mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-17 21:04:19 -05:00
Coding style fixes.
This commit is contained in:
parent
788cc02685
commit
b17cb60b5c
@ -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
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user