Let one 'reset' the qmlviewer path in the config page by

just emptying it.

Discussed with Nigel.
This commit is contained in:
Kai Koehne
2009-11-03 12:07:41 +01:00
parent 10e07e01c7
commit a44e33ac93
2 changed files with 9 additions and 21 deletions

View File

@@ -175,7 +175,8 @@ private:
private:
QmlProject *m_project;
QString m_scriptFile;
QString m_qmlViewer;
QString m_qmlViewerCustomPath;
QString m_qmlViewerDefaultPath;
QString m_qmlViewerArgs;
QLatin1String m_type;
};