Mercurial > trustbridge
comparison ui/createcertlistdialog.h @ 1053:78798d3af8f0
Fixed doxygen build warnings.
author | Emanuel Schuetze <emanuel@intevation.de> |
---|---|
date | Tue, 09 Sep 2014 15:22:19 +0200 |
parents | 0d71ce440bcc |
children | 2a1aa9df8f11 |
comparison
equal
deleted
inserted
replaced
1052:0b2169f7ce09 | 1053:78798d3af8f0 |
---|---|
64 /** @brief load a file into mPk | 64 /** @brief load a file into mPk |
65 * | 65 * |
66 * If the file is not a valid key or an error | 66 * If the file is not a valid key or an error |
67 * occurs mPk will be NULL after a call to this function. | 67 * occurs mPk will be NULL after a call to this function. |
68 * | 68 * |
69 * @param [in] the file to load | 69 * @param [in] fileName the file to load |
70 */ | 70 */ |
71 void loadKeyFile(const QString& fileName); | 71 void loadKeyFile(const QString& fileName); |
72 | 72 |
73 private slots: | 73 private slots: |
74 /** @brief Open the certificate selection dialog and parse the certificate | 74 /** @brief Open the certificate selection dialog and parse the certificate |