Mercurial > trustbridge
comparison ui/mainwindow.h @ 690:e4abb41484a0
(issue 27)Only close if no new list is available
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 01 Jul 2014 15:40:30 +0200 |
parents | a2e94e88d304 |
children | 0fc1a20adaff |
comparison
equal
deleted
inserted
replaced
689:6df31cb47d54 | 690:e4abb41484a0 |
---|---|
128 * On error mPreviouslyUnselected is empty after this call. | 128 * On error mPreviouslyUnselected is empty after this call. |
129 */ | 129 */ |
130 void loadUnselectedCertificates(); | 130 void loadUnselectedCertificates(); |
131 | 131 |
132 protected: | 132 protected: |
133 virtual void closeEvent(QCloseEvent *event) {return closeApp();} | 133 virtual void closeEvent(QCloseEvent *event); |
134 | 134 |
135 protected slots: | 135 protected slots: |
136 /** @brief cleanup and close the main window | 136 /** @brief cleanup and close the main window |
137 * | 137 * |
138 * Perform a clean exit (saving state etc.) and close | 138 * Perform a clean exit (saving state etc.) and close |