aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprojectmanager/qmlproject.h
diff options
context:
space:
mode:
authorDaniel Molkentin <[email protected]>2010-01-04 15:34:38 +0100
committerDaniel Molkentin <[email protected]>2010-01-04 15:34:38 +0100
commit39e4b11277fb593e9b92c6f234e84bd10b1addc9 (patch)
tree61e3e198cafd5479d0694cc7820002a39f8a98ba /src/plugins/qmlprojectmanager/qmlproject.h
parent9c21224ace391891a783aebe780d7c10bd9687d6 (diff)
Fix GCC warnings.
Diffstat (limited to 'src/plugins/qmlprojectmanager/qmlproject.h')
-rw-r--r--src/plugins/qmlprojectmanager/qmlproject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmlprojectmanager/qmlproject.h b/src/plugins/qmlprojectmanager/qmlproject.h
index 454981b9d53..5419a5ecf95 100644
--- a/src/plugins/qmlprojectmanager/qmlproject.h
+++ b/src/plugins/qmlprojectmanager/qmlproject.h
@@ -164,12 +164,12 @@ private Q_SLOTS:
private:
QmlProject *m_project;
- uint m_debugServerPort;
QString m_scriptFile;
QString m_qmlViewerCustomPath;
QString m_qmlViewerDefaultPath;
QString m_qmlViewerArgs;
QLatin1String m_type;
+ uint m_debugServerPort;
};
class QmlRunConfigurationFactory : public ProjectExplorer::IRunConfigurationFactory