summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-11-16 22:25:55 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2019-11-16 22:25:55 -0500
commitb8eab5d248272cab886bc800f2d619a49d8af54a (patch)
tree614d36adf27842249050666bf9369b66c19248af /src/mainwindow.cpp
parent9688f37bbe54568aba09e2dd755e0ea35eef2bb1 (diff)
threaded loot
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 11edfc81..9ea554a2 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -39,7 +39,6 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#include "spawn.h"
#include "versioninfo.h"
#include "instancemanager.h"
-#include "loot.h"
#include "report.h"
#include "modlist.h"
#include "modlistsortproxy.h"
@@ -191,6 +190,8 @@ const QSize SmallToolbarSize(24, 24);
const QSize MediumToolbarSize(32, 32);
const QSize LargeToolbarSize(42, 36);
+bool runLoot(QWidget* parent, OrganizerCore& core, bool didUpdateMasterList);
+
MainWindow::MainWindow(Settings &settings
, OrganizerCore &organizerCore