mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-23 00:10:37 -05:00
Constification and some style fixes.
This commit is contained in:
parent
b3ddfca2bd
commit
3df2ad35cb
28 changed files with 84 additions and 105 deletions
|
|
@ -18,7 +18,7 @@
|
|||
#ifndef KEEPASSX_CONFIG_H
|
||||
#define KEEPASSX_CONFIG_H
|
||||
|
||||
|
||||
#include <QtCore/QScopedPointer>
|
||||
#include <QtCore/QVariant>
|
||||
|
||||
class QSettings;
|
||||
|
|
@ -32,7 +32,7 @@ public:
|
|||
private:
|
||||
Config();
|
||||
|
||||
QSettings* m_settings;
|
||||
QScopedPointer<QSettings> m_settings;
|
||||
|
||||
friend Config* config();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue