0
0
mirror of https://github.com/keepassxreboot/keepassxc.git synced 2024-09-20 04:12:15 +02:00

Coding style fixes.

This commit is contained in:
Felix Geyer 2012-10-21 15:09:01 +02:00
parent 788cc02685
commit b17cb60b5c
2 changed files with 6 additions and 1 deletions

View File

@ -15,6 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef KEEPASSX_UNLOCKDATABASEWIDGET_H
#define KEEPASSX_UNLOCKDATABASEWIDGET_H
#include "gui/DatabaseOpenWidget.h"
class UnlockDatabaseWidget : public DatabaseOpenWidget
@ -31,3 +34,5 @@ protected:
private Q_SLOTS:
void clearForms();
};
#endif // KEEPASSX_UNLOCKDATABASEWIDGET_H

View File

@ -96,7 +96,7 @@ private Q_SLOTS:
private:
bool passwordsEqual();
void setForms(const Entry* entry, bool restore = false);
QMenu *createPresetsMenu();
QMenu* createPresetsMenu();
Entry* m_entry;
Database* m_database;