aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/shared/specialplatformssetup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/shared/specialplatformssetup.h')
-rw-r--r--src/app/shared/specialplatformssetup.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/app/shared/specialplatformssetup.h b/src/app/shared/specialplatformssetup.h
index 64e18199f..b26b903d0 100644
--- a/src/app/shared/specialplatformssetup.h
+++ b/src/app/shared/specialplatformssetup.h
@@ -35,6 +35,7 @@
QT_FORWARD_DECLARE_CLASS(QProcessEnvironment)
namespace qbs {
+class Settings;
class SpecialPlatformsSetup
{
@@ -65,7 +66,7 @@ public:
QHash<QString, QString> environment;
};
- SpecialPlatformsSetup();
+ SpecialPlatformsSetup(Settings *settings);
virtual ~SpecialPlatformsSetup();
void setup();
@@ -92,6 +93,7 @@ private:
QString m_baseDir;
QTextStream m_stdout;
bool m_helpRequested;
+ Settings *m_settings;
};
} // namespace qbs