summaryrefslogtreecommitdiff
path: root/src/organizercore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/organizercore.h')
-rw-r--r--src/organizercore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/organizercore.h b/src/organizercore.h
index 25e68786..226c5c0a 100644
--- a/src/organizercore.h
+++ b/src/organizercore.h
@@ -317,7 +317,7 @@ public:
DownloadManager *downloadManager();
PluginList *pluginList();
ModList *modList();
- void refreshModList(bool saveChanges = true);
+ void refresh(bool saveChanges = true);
QStringList modsSortedByProfilePriority() const;
bool onAboutToRun(const std::function<bool(const QString&)>& func);