QmlProject: Move RunConfigurationFactory close to RunConfiguration

No need to have a dozen lines of code in a separate translation
unit and more in line with what others do nowadays.

Change-Id: I765535d1484805bc3005fe23bfd4992a96a80e9c
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
hjk
2018-04-06 14:55:56 +02:00
parent ef79078db2
commit 11336fb604
4 changed files with 20 additions and 6 deletions

View File

@@ -86,4 +86,13 @@ private:
QString m_qmlViewerArgs;
};
namespace Internal {
class QmlProjectRunConfigurationFactory : public ProjectExplorer::FixedRunConfigurationFactory
{
public:
QmlProjectRunConfigurationFactory();
};
} // namespace Internal
} // namespace QmlProjectManager