summaryrefslogtreecommitdiff
path: root/src/organizercore.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-10-25 16:18:19 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2020-10-25 16:18:19 +0100
commitcca709baaeb415d4cc600d3274169c2db7c90bd9 (patch)
tree3f3e3545efca13f5ef2fab0f90689b83261d73cb /src/organizercore.h
parent4e11faf1c8b19013da6d5686f79b67c1c746653b (diff)
Rename IOrganizer::refreshModList -> refresh.
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);