summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-02-16 18:57:38 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2020-02-18 17:25:05 -0500
commitd3fe9ff1faed52da8f647d9294e9ce371b0361e4 (patch)
tree18aee61a71ae07a26d5746a36e48dfc77319cb0d /src/mainwindow.h
parent528fa988b54342d3d5372ecf9613b60fc7287613 (diff)
moved TimeThis to uibase
fixed progress bar
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 3 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
#include "tutorialcontrol.h"
#include "plugincontainer.h" //class PluginContainer;
#include "iplugingame.h" //namespace MOBase { class IPluginGame; }
+#include "shared/fileregisterfwd.h"
#include <log.h>
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();