forked from qt-creator/qt-creator
Maemo: Put desktop files into the respective sub projects.
This commit is contained in:
@@ -74,6 +74,7 @@ public:
|
||||
QString remoteExecutableFilePath(const QString &localExecutableFilePath) const;
|
||||
int modelCount() const { return m_listModels.count(); }
|
||||
MaemoDeployableListModel *modelAt(int i) const { return m_listModels.at(i); }
|
||||
const ProjectExplorer::BuildStep *buildStep() const { return m_buildStep; }
|
||||
|
||||
signals:
|
||||
void modelsCreated();
|
||||
|
||||
Reference in New Issue
Block a user