Mercurial > trustbridge
comparison ui/createinstallerdialog.h @ 1053:78798d3af8f0
Fixed doxygen build warnings.
author | Emanuel Schuetze <emanuel@intevation.de> |
---|---|
date | Tue, 09 Sep 2014 15:22:19 +0200 |
parents | ae571e7ecdc9 |
children | 2a1aa9df8f11 |
comparison
equal
deleted
inserted
replaced
1052:0b2169f7ce09 | 1053:78798d3af8f0 |
---|---|
96 void processFinished(int exitCode, QProcess::ExitStatus exitStatus); | 96 void processFinished(int exitCode, QProcess::ExitStatus exitStatus); |
97 | 97 |
98 public slots: | 98 public slots: |
99 /**@brief Append a base64 encoded sha256 RSA signature to a file. | 99 /**@brief Append a base64 encoded sha256 RSA signature to a file. |
100 * | 100 * |
101 * The format of the added signature line will be: | 101 * The format of the added signature line will be:<BR> |
102 * S:<signature>\r\n | 102 * S:\<signature\>\\r\\n<BR> |
103 * For the signature the key in mCertFile is used. | 103 * For the signature the key in mCertFile is used. |
104 * | 104 * |
105 * @param[in] input The absolute path of the file to sign | 105 * @param[in] input The absolute path of the file to sign |
106 * @param[out] output The absolute path of the file to write | 106 * @param[out] output The absolute path of the file to write |
107 * | 107 * |