mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-01 20:04:49 -05:00
Formatting the code.
This commit is contained in:
parent
74efc57369
commit
8324d03f0a
294 changed files with 3796 additions and 3740 deletions
|
|
@ -21,8 +21,8 @@
|
|||
|
||||
#include "CsvImportWidget.h"
|
||||
|
||||
#include <QStackedWidget>
|
||||
#include <QGridLayout>
|
||||
#include <QStackedWidget>
|
||||
|
||||
#include "core/Database.h"
|
||||
#include "gui/ChangeMasterKeyWidget.h"
|
||||
|
|
@ -35,9 +35,9 @@ class CsvImportWizard : public DialogyWidget
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit CsvImportWizard(QWidget *parent = nullptr);
|
||||
explicit CsvImportWizard(QWidget* parent = nullptr);
|
||||
~CsvImportWizard();
|
||||
void load(const QString& filename, Database *database);
|
||||
void load(const QString& filename, Database* database);
|
||||
void keyFinished(bool accepted, CompositeKey key);
|
||||
|
||||
signals:
|
||||
|
|
@ -49,7 +49,7 @@ private slots:
|
|||
private:
|
||||
Database* m_db;
|
||||
CsvImportWidget* m_parse;
|
||||
QGridLayout *m_layout;
|
||||
QGridLayout* m_layout;
|
||||
};
|
||||
|
||||
#endif //KEEPASSX_CSVIMPORTWIZARD_H
|
||||
#endif // KEEPASSX_CSVIMPORTWIZARD_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue