From b6b01a52db1877b16531137289641fb9be9833aa Mon Sep 17 00:00:00 2001
From: isanae <14251494+isanae@users.noreply.github.com>
Date: Fri, 2 Aug 2019 23:24:27 -0400
Subject: removed mentions of QSettings from main.cpp added necessary member
functions in Settings
---
src/filedialogmemory.h | 1 +
1 file changed, 1 insertion(+)
(limited to 'src/filedialogmemory.h')
diff --git a/src/filedialogmemory.h b/src/filedialogmemory.h
index 81d7ba40..1a72b289 100644
--- a/src/filedialogmemory.h
+++ b/src/filedialogmemory.h
@@ -26,6 +26,7 @@ along with Mod Organizer. If not, see .
#include
#include
+class Settings;
class FileDialogMemory
{
--
cgit v1.3.1