mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04: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/>.
|
||||
*/
|
||||
|
||||
#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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user