mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-19 14:32:26 -05:00
Formatting the code.
This commit is contained in:
parent
74efc57369
commit
8324d03f0a
294 changed files with 3796 additions and 3740 deletions
|
|
@ -26,7 +26,7 @@ class QSettings;
|
|||
|
||||
class Config : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
Q_DISABLE_COPY(Config)
|
||||
|
|
@ -54,7 +54,8 @@ private:
|
|||
QHash<QString, QVariant> m_defaults;
|
||||
};
|
||||
|
||||
inline Config* config() {
|
||||
inline Config* config()
|
||||
{
|
||||
return Config::instance();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue