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.h | |
| parent | 4e11faf1c8b19013da6d5686f79b67c1c746653b (diff) | |
Rename IOrganizer::refreshModList -> refresh.
Diffstat (limited to 'src/organizerproxy.h')
| -rw-r--r-- | src/organizerproxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/organizerproxy.h b/src/organizerproxy.h index 907375fe..29210ff2 100644 --- a/src/organizerproxy.h +++ b/src/organizerproxy.h @@ -57,7 +57,7 @@ public: virtual HANDLE startApplication(const QString &executable, const QStringList &args = QStringList(), const QString &cwd = "",
const QString &profile = "", const QString &forcedCustomOverwrite = "", bool ignoreCustomOverwrite = false);
virtual bool waitForApplication(HANDLE handle, LPDWORD exitCode = nullptr) const;
- virtual void refreshModList(bool saveChanges);
+ virtual void refresh(bool saveChanges);
virtual bool onAboutToRun(const std::function<bool(const QString&)> &func);
virtual bool onFinishedRun(const std::function<void (const QString&, unsigned int)> &func);
|
