Fix GCC warnings.

This commit is contained in:
Daniel Molkentin
2010-01-04 15:34:38 +01:00
parent 9c21224ace
commit 39e4b11277
2 changed files with 2 additions and 1 deletions

View File

@@ -592,6 +592,7 @@ QmlRunControlFactory::~QmlRunControlFactory()
bool QmlRunControlFactory::canRun(RunConfiguration *runConfiguration, const QString &mode) const
{
Q_UNUSED(mode)
return (qobject_cast<QmlRunConfiguration*>(runConfiguration) != 0);
}

View File

@@ -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