summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorSilarn <jrim@rimpo.org>2018-04-16 12:47:17 -0500
committerSilarn <jrim@rimpo.org>2018-04-16 12:47:17 -0500
commit30c177cb371e92fe5e4cfc600cf27586402cf0a8 (patch)
tree1975b385cc0f379b5330304860b13151fb6bbda9 /src/settings.h
parent978d71bb433aa8525c33715de6112f9e201b216f (diff)
Support for multi-game downloads
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/settings.h b/src/settings.h
index ae38223f..76ab55da 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -51,6 +51,7 @@ namespace MOBase {
}
class SettingsDialog;
+class PluginContainer;
/**
* manages the settings for Mod Organizer. The settings are not cached
@@ -88,7 +89,7 @@ public:
* displays a SettingsDialog that allows the user to change settings. If the
* user accepts the changes, the settings are immediately written
**/
- void query(QWidget *parent);
+ void query(PluginContainer *pluginContainer, QWidget *parent);
/**
* set up the settings for the specified plugins