Compare commits
2 Commits
7ea08c44fe
...
830cc707fa
Author | SHA1 | Date |
---|---|---|
Isabell Pflug | 830cc707fa | 1 year ago |
Isabell Pflug | d1c389e761 | 1 year ago |
@ -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