Mercurial > trustbridge
comparison ui/administratorwindow.h @ 1053:78798d3af8f0
Fixed doxygen build warnings.
author | Emanuel Schuetze <emanuel@intevation.de> |
---|---|
date | Tue, 09 Sep 2014 15:22:19 +0200 |
parents | 0b7bb4f68f5a |
children | 2a1aa9df8f11 |
comparison
equal
deleted
inserted
replaced
1052:0b2169f7ce09 | 1053:78798d3af8f0 |
---|---|
46 | 46 |
47 /** @brief log the diff between the initial certificate list and the list | 47 /** @brief log the diff between the initial certificate list and the list |
48 * saved as current. | 48 * saved as current. |
49 * | 49 * |
50 * @param currentCerts Path to the current certificate list file. | 50 * @param currentCerts Path to the current certificate list file. |
51 * @param certFingerprint The fingerprint of the signing key used. | 51 * @param keyFingerprint The fingerprint of the signing key used. |
52 */ | 52 */ |
53 void logChanges(const QString ¤tCerts, const QString &keyFingerprint); | 53 void logChanges(const QString ¤tCerts, const QString &keyFingerprint); |
54 | 54 |
55 /** @brief get the currently changed certificates. | 55 /** @brief get the currently changed certificates. |
56 * @return a list of certificates. | 56 * @return a list of certificates. |