summaryrefslogtreecommitdiff
path: root/src/organizerproxy.cpp
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/organizerproxy.cpp
parent4e11faf1c8b19013da6d5686f79b67c1c746653b (diff)
Rename IOrganizer::refreshModList -> refresh.
Diffstat (limited to 'src/organizerproxy.cpp')
-rw-r--r--src/organizerproxy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/organizerproxy.cpp b/src/organizerproxy.cpp
index 6f4b0cc9..5e720ea8 100644
--- a/src/organizerproxy.cpp
+++ b/src/organizerproxy.cpp
@@ -178,9 +178,9 @@ bool OrganizerProxy::waitForApplication(HANDLE handle, LPDWORD exitCode) const
}
}
-void OrganizerProxy::refreshModList(bool saveChanges)
+void OrganizerProxy::refresh(bool saveChanges)
{
- m_Proxied->refreshModList(saveChanges);
+ m_Proxied->refresh(saveChanges);
}
IModInterface *OrganizerProxy::installMod(const QString &fileName, const QString &nameSuggestion)