forked from qt-creator/qt-creator
Maemo: Differentiate between Maemo versions.
Reviewed-by: kh1
This commit is contained in:
@@ -68,7 +68,7 @@ public:
|
||||
~MaemoPackageCreationStep();
|
||||
|
||||
QString packageFilePath() const;
|
||||
bool isPackagingEnabled() const { return m_packagingEnabled; }
|
||||
bool isPackagingEnabled() const;
|
||||
void setPackagingEnabled(bool enabled) { m_packagingEnabled = enabled; }
|
||||
|
||||
QString versionString(QString *error) const;
|
||||
|
||||
Reference in New Issue
Block a user