diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-10-25 16:18:19 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-10-25 16:18:19 +0100 |
| commit | cca709baaeb415d4cc600d3274169c2db7c90bd9 (patch) | |
| tree | 3f3e3545efca13f5ef2fab0f90689b83261d73cb /src/organizerproxy.cpp | |
| parent | 4e11faf1c8b19013da6d5686f79b67c1c746653b (diff) | |
Rename IOrganizer::refreshModList -> refresh.
Diffstat (limited to 'src/organizerproxy.cpp')
| -rw-r--r-- | src/organizerproxy.cpp | 4 |
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)
|
