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

View File

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