Macros: Clean up singleton APIs

Task-number: QTCREATORBUG-9763

Change-Id: I76c4d60279f738272b0cf5fda651ce266f798c2c
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Tobias Hunger
2013-08-02 12:33:17 +02:00
parent 7b9ebdcb3b
commit 1ab065add3
5 changed files with 19 additions and 15 deletions

View File

@@ -59,6 +59,7 @@ MacrosPlugin::MacrosPlugin()
MacrosPlugin::~MacrosPlugin()
{
delete m_macroManager;
}
bool MacrosPlugin::initialize(const QStringList &arguments, QString *errorMessage)