aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprojectmanager/qmlproject.h
diff options
context:
space:
mode:
authorBea Lam <[email protected]>2009-12-18 15:32:36 +1000
committerBea Lam <[email protected]>2009-12-18 15:32:36 +1000
commit200a03ed20fc1774b457cb6e4f116dd4fc1a5e29 (patch)
tree2702ee6169ab2526296c3f4ceb63cdec81e66ebb /src/plugins/qmlprojectmanager/qmlproject.h
parent6ca55f201f2a970ccacf594346854312abdcdd15 (diff)
Fix QmlInspector to work properly now that QmlProjectManager
no longer uses LocalAppRunConfiguration. QmlInspector now uses the qmlviewer started by QmlProjectManager instead of starting its own, and clicking the Start Debug button within a QML project will switch to QML Inspect mode and start the inspector.
Diffstat (limited to 'src/plugins/qmlprojectmanager/qmlproject.h')
-rw-r--r--src/plugins/qmlprojectmanager/qmlproject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/qmlprojectmanager/qmlproject.h b/src/plugins/qmlprojectmanager/qmlproject.h
index 5c89239dcca..454981b9d53 100644
--- a/src/plugins/qmlprojectmanager/qmlproject.h
+++ b/src/plugins/qmlprojectmanager/qmlproject.h
@@ -209,6 +209,7 @@ public:
private slots:
void processExited(int exitCode);
+ void slotBringApplicationToForeground(qint64 pid);
void slotAddToOutputWindow(const QString &line);
void slotError(const QString & error);
@@ -217,6 +218,7 @@ private:
QString m_executable;
QStringList m_commandLineArguments;
+ bool m_debugMode;
};
class QmlRunControlFactory : public ProjectExplorer::IRunControlFactory {