mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-27 16:07:46 -04:00
Coding style fixes.
This commit is contained in:
parent
788cc02685
commit
b17cb60b5c
2 changed files with 6 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue