forked from qt-creator/qt-creator
Maemo: Fix ProFileOption settings, write INSTALLS in maemo scope.
Task-number: QTCREATORBUG-1951 Reviewed-by: kh1
This commit is contained in:
@@ -46,6 +46,11 @@
|
||||
|
||||
#include <QtCore/QList>
|
||||
#include <QtCore/QObject>
|
||||
#include <QtCore/QSharedPointer>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class ProFileOption;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace ProjectExplorer { class BuildStep; }
|
||||
|
||||
@@ -61,6 +66,7 @@ class MaemoDeployables : public QObject
|
||||
Q_OBJECT
|
||||
public:
|
||||
MaemoDeployables(const ProjectExplorer::BuildStep *buildStep);
|
||||
~MaemoDeployables();
|
||||
void setUnmodified();
|
||||
bool isModified() const;
|
||||
int deployableCount() const;
|
||||
@@ -79,6 +85,7 @@ private:
|
||||
const Qt4BuildConfiguration *qt4BuildConfiguration() const;
|
||||
|
||||
QList<MaemoDeployableListModel *> m_listModels;
|
||||
const QSharedPointer<ProFileOption> m_proFileOption;
|
||||
const ProjectExplorer::BuildStep * const m_buildStep;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user