OSDN Git Service

QmlApp wizard: Bump version number
authorKai Koehne <kai.koehne@nokia.com>
Fri, 15 Oct 2010 12:54:38 +0000 (14:54 +0200)
committerKai Koehne <kai.koehne@nokia.com>
Fri, 15 Oct 2010 12:56:26 +0000 (14:56 +0200)
Make sure changes in 0a8c34d382a64f21c4 are applied to existing
.pro files too.

Reviewed-by: TrustMe
src/plugins/qt4projectmanager/wizards/qmlstandaloneapp.cpp

index 93198f4..807f427 100644 (file)
@@ -477,7 +477,7 @@ bool QmlStandaloneApp::updateFiles(const QList<QmlAppGeneratedFileInfo> &list, Q
     return true;
 }
 
-const int QmlStandaloneApp::StubVersion = 8;
+const int QmlStandaloneApp::StubVersion = 9;
 
 } // namespace Internal
 } // namespace Qt4ProjectManager