CorePlugin: Use static VariableManager functions where appropriate

Change-Id: Ie3d34a829522e15b2a56c0fcc696e60163a9be32
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
hjk
2013-08-29 15:08:04 +02:00
parent 24ccd50015
commit e1823072a1
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -276,7 +276,7 @@ Utils::AbstractMacroExpander *VariableManager::macroExpander()
* Returns the variable manager instance, for connecting to signals. All other methods are static
* and should be called as class methods, not through the instance.
*/
VariableManager *VariableManager::instance()
QObject *VariableManager::instance()
{
return variableManagerInstance;
}