From cca709baaeb415d4cc600d3274169c2db7c90bd9 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Sun, 25 Oct 2020 16:18:19 +0100 Subject: Rename IOrganizer::refreshModList -> refresh. --- src/organizerproxy.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/organizerproxy.cpp') 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) -- cgit v1.3.1