diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-08-02 23:24:27 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-08-04 06:09:47 -0400 |
| commit | b6b01a52db1877b16531137289641fb9be9833aa (patch) | |
| tree | 4822150ac91a22ec68fd8f63f29df296691c8f81 /src/filedialogmemory.cpp | |
| parent | a7df11a31d684cfc341fc401dc3a9449f2538084 (diff) | |
removed mentions of QSettings from main.cpp
added necessary member functions in Settings
Diffstat (limited to 'src/filedialogmemory.cpp')
| -rw-r--r-- | src/filedialogmemory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filedialogmemory.cpp b/src/filedialogmemory.cpp index 0e3e9793..308a175e 100644 --- a/src/filedialogmemory.cpp +++ b/src/filedialogmemory.cpp @@ -18,6 +18,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. */
#include "filedialogmemory.h"
+#include "settings.h"
#include <QFileDialog>
|
