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);
}