From 1dc98e3af2f1c2296d4691c578e70d0ddeb810a1 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Sat, 30 May 2020 21:32:04 +0200 Subject: Small update to installation manager following uibase changes. --- src/installationmanager.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/installationmanager.h') diff --git a/src/installationmanager.h b/src/installationmanager.h index bdc9eafc..cb355641 100644 --- a/src/installationmanager.h +++ b/src/installationmanager.h @@ -88,12 +88,12 @@ public: /** * @return true if the installation was canceled **/ - bool wasCancelled(); + bool wasCancelled() const; /** * @return true if an installation is currently in progress **/ - bool isRunning(); + bool isRunning() const; /** * @brief retrieve a string describing the specified error code @@ -111,9 +111,9 @@ public: void registerInstaller(MOBase::IPluginInstaller *installer); /** - * @return list of file extensions we can install + * @return the extensions of archives supported by this installation manager. */ - QStringList getSupportedExtensions() const; + QStringList getSupportedExtensions() const override; /** * @brief Extract the specified file from the currently opened archive to a temporary location. -- cgit v1.3.1