Skip to content
Snippets Groups Projects
Commit 39e4b112 authored by Daniel Molkentin's avatar Daniel Molkentin
Browse files

Fix GCC warnings.

parent 9c21224a
No related branches found
No related tags found
No related merge requests found
......@@ -592,6 +592,7 @@ QmlRunControlFactory::~QmlRunControlFactory()
bool QmlRunControlFactory::canRun(RunConfiguration *runConfiguration, const QString &mode) const
{
Q_UNUSED(mode)
return (qobject_cast<QmlRunConfiguration*>(runConfiguration) != 0);
}
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment