mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-01 20:04:49 -05:00
Syntax style, spaces and pretty indentation
This commit is contained in:
parent
afdf02b4be
commit
a7e358c27d
13 changed files with 273 additions and 295 deletions
|
|
@ -18,10 +18,11 @@
|
|||
#ifndef KEEPASSX_CSVIMPORTWIZARD_H
|
||||
#define KEEPASSX_CSVIMPORTWIZARD_H
|
||||
|
||||
#include "CsvImportWidget.h"
|
||||
|
||||
#include <QStackedWidget>
|
||||
#include <QGridLayout>
|
||||
|
||||
#include "CsvImportWidget.h"
|
||||
#include "core/Database.h"
|
||||
#include "gui/ChangeMasterKeyWidget.h"
|
||||
#include "gui/DialogyWidget.h"
|
||||
|
|
@ -34,7 +35,7 @@ class CsvImportWizard : public DialogyWidget
|
|||
|
||||
public:
|
||||
explicit CsvImportWizard(QWidget *parent = nullptr);
|
||||
virtual ~CsvImportWizard();
|
||||
~CsvImportWizard();
|
||||
void load(const QString& filename, Database *database);
|
||||
|
||||
Q_SIGNALS:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue