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