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
38d2b124d8
commit
f690522725
@ -81,7 +81,6 @@ Config::Config(QObject* parent)
|
|||||||
|
|
||||||
Config::~Config()
|
Config::~Config()
|
||||||
{
|
{
|
||||||
;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Config::init(const QString& fileName)
|
void Config::init(const QString& fileName)
|
||||||
|
@ -38,7 +38,7 @@ public:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
Config(const QString& fileName, QObject* parent);
|
Config(const QString& fileName, QObject* parent);
|
||||||
Config(QObject* parent);
|
explicit Config(QObject* parent);
|
||||||
void init(const QString& fileName);
|
void init(const QString& fileName);
|
||||||
|
|
||||||
static Config* m_instance;
|
static Config* m_instance;
|
||||||
|
@ -109,8 +109,6 @@ private:
|
|||||||
QHash<Database*, DatabaseManagerStruct> m_dbList;
|
QHash<Database*, DatabaseManagerStruct> m_dbList;
|
||||||
DatabaseManagerStruct m_curDbStruct;
|
DatabaseManagerStruct m_curDbStruct;
|
||||||
DatabaseOpenDialog* m_curKeyDialog;
|
DatabaseOpenDialog* m_curKeyDialog;
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // KEEPASSX_DATABASETABWIDGET_H
|
#endif // KEEPASSX_DATABASETABWIDGET_H
|
||||||
|
@ -27,7 +27,7 @@ namespace Ui {
|
|||||||
class WelcomeWidget : public QWidget
|
class WelcomeWidget : public QWidget
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
explicit WelcomeWidget(QWidget* parent = 0);
|
explicit WelcomeWidget(QWidget* parent = 0);
|
||||||
~WelcomeWidget();
|
~WelcomeWidget();
|
||||||
|
Loading…
Reference in New Issue
Block a user