Mercurial > trustbridge
comparison ui/mainwindow.h @ 447:b1b14daf2116
Save the select state of certificate items when closing the app.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Wed, 23 Apr 2014 11:56:37 +0200 |
parents | b3721ded6f5b |
children | 37a97621b466 |
comparison
equal
deleted
inserted
replaced
446:43090637d6ae | 447:b1b14daf2116 |
---|---|
98 * | 98 * |
99 * On error mPreviouslyUnselected is empty after this call. | 99 * On error mPreviouslyUnselected is empty after this call. |
100 */ | 100 */ |
101 void loadUnselectedCertificates(); | 101 void loadUnselectedCertificates(); |
102 | 102 |
103 void closeApp(); | |
104 | |
103 private: | 105 private: |
104 /** @brief check the integrity of available files. | 106 /** @brief check the integrity of available files. |
105 * | 107 * |
106 * Do not use this as a trust check as this only works on | 108 * Do not use this as a trust check as this only works on |
107 * FileNames where the underlying files can change. This | 109 * FileNames where the underlying files can change. This |