♻️ Moved extern QSettings unique_ptr into its own header.
parent
d1c389e761
commit
830cc707fa
@ -0,0 +1,8 @@
|
||||
#ifndef SETTINGS_HPP
|
||||
#define SETTINGS_HPP
|
||||
|
||||
#include <QSettings>
|
||||
|
||||
extern std::unique_ptr<QSettings> settings;
|
||||
|
||||
#endif // SETTINGS_HPP
|
Loading…
Reference in New Issue