Skip to content
Snippets Groups Projects
Commit d785889d authored by luyikei's avatar luyikei Committed by Hugo Beauzée-Luyssen
Browse files

Settings: Remove an unused variable


Signed-off-by: default avatarHugo Beauzée-Luyssen <hugo@beauzee.fr>
parent 74c66038
No related branches found
No related tags found
No related merge requests found
...@@ -124,7 +124,6 @@ class Settings: public QObject ...@@ -124,7 +124,6 @@ class Settings: public QObject
private: private:
SettingMap m_settings; SettingMap m_settings;
QJsonObject m_jsonObject;
mutable QReadWriteLock m_rwLock; mutable QReadWriteLock m_rwLock;
QFile* m_settingsFile; QFile* m_settingsFile;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment