From d3fe9ff1faed52da8f647d9294e9ce371b0361e4 Mon Sep 17 00:00:00 2001
From: isanae <14251494+isanae@users.noreply.github.com>
Date: Sun, 16 Feb 2020 18:57:38 -0500
Subject: moved TimeThis to uibase fixed progress bar
---
src/mainwindow.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
(limited to 'src/mainwindow.h')
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 6530d8ad..b839e85e 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -31,6 +31,7 @@ along with Mod Organizer. If not, see .
#include "tutorialcontrol.h"
#include "plugincontainer.h" //class PluginContainer;
#include "iplugingame.h" //namespace MOBase { class IPluginGame; }
+#include "shared/fileregisterfwd.h"
#include
class Executable;
@@ -155,7 +156,8 @@ public:
public slots:
void modorder_changed();
void esplist_changed();
- void refresher_progress(int percent);
+ void refresherProgress(const DirectoryRefreshProgress* p);
+
void directory_refreshed();
void toolPluginInvoke();
--
cgit v1.3.1