comparison ui/installwrapper.h @ 1053:78798d3af8f0

Fixed doxygen build warnings.
author Emanuel Schuetze <emanuel@intevation.de>
date Tue, 09 Sep 2014 15:22:19 +0200
parents f89b41fa7048
children c8f698ca6355
comparison
equal deleted inserted replaced
1052:0b2169f7ce09 1053:78798d3af8f0
50 * 50 *
51 * The cinst executable is expected to be in the same directory 51 * The cinst executable is expected to be in the same directory
52 * as the current application. 52 * as the current application.
53 * 53 *
54 * @param[in] parent the parent object. 54 * @param[in] parent the parent object.
55 * @param[in] listFileName the absolute path to the certificatelist. 55 * @param[in] path the absolute path to the certificatelist.
56 * @param[in] choices a list of R: / I: <cert> lines to execute. 56 * @param[in] instructions a list of R: / I: \<cert\> lines to execute.
57 */ 57 */
58 InstallWrapper(QObject* parent, const QString& path, 58 InstallWrapper(QObject* parent, const QString& path,
59 const QStringList& instructions); 59 const QStringList& instructions);
60 60
61 private: 61 private:

http://wald.intevation.org/projects/trustbridge/