diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-13 13:00:34 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-13 13:00:34 +0100 |
| commit | 163b33f22817fda6ead29de8f9d9624434766be9 (patch) | |
| tree | f6e012bfdbb6a419be02d962ea13c10b5df68fb4 /src/organizercore.h | |
| parent | 4a5ff2f2320656366a4c931300626a68c49bd7b6 (diff) | |
Remove unused close() signal from OrganizerCore. Remove declarations without definitions.
Diffstat (limited to 'src/organizercore.h')
| -rw-r--r-- | src/organizercore.h | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/src/organizercore.h b/src/organizercore.h index 4ff375b7..e8b42609 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -386,16 +386,14 @@ public slots: signals:
- /**
- * @brief emitted after a mod has been installed
- * @node this is currently only used for tutorials
- */
+ // emitted after a mod has been installed
+ //
void modInstalled(const QString &modName);
+ // emitted when the managed game changes
+ //
void managedGameChanged(MOBase::IPluginGame const *gamePlugin);
- void close();
-
// emitted when the profile is changed, before notifying plugins
//
// the new profile can be stored but the old one is temporary and
@@ -412,13 +410,9 @@ private: void saveCurrentProfile();
void storeSettings();
- bool queryApi(QString &apiKey);
-
void updateModActiveState(int index, bool active);
void updateModsActiveState(const QList<unsigned int> &modIndices, bool active);
- bool testForSteam(bool *found, bool *access);
-
bool createDirectory(const QString &path);
QString oldMO1HookDll() const;
|
