Fixes: Correctly restore RunConfigurations

Details:  Copy and paste error
This commit is contained in:
dt
2009-01-12 18:26:26 +01:00
parent 5c6c442883
commit 920ce6f8fb

View File

@@ -71,7 +71,7 @@ private:
* QString nameForType(const QString&) are used to generate a list of creatable
* RunConfigurations, and create(..) is used to create it.
*/
class CMakeRunConfigurationFactory : public QObject
class CMakeRunConfigurationFactory : public ProjectExplorer::IRunConfigurationFactory
{
Q_OBJECT;
public: