mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-20 23:12:34 -05:00
Make copy constructor and assignment operator of singleton classes private.
This commit is contained in:
parent
f43ad8d062
commit
c6253fc025
4 changed files with 8 additions and 0 deletions
|
|
@ -34,6 +34,8 @@ private:
|
|||
|
||||
QScopedPointer<QSettings> m_settings;
|
||||
|
||||
Q_DISABLE_COPY(Config)
|
||||
|
||||
friend Config* config();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue