forked from qt-creator/qt-creator
CorePlugin: Use static VariableManager functions where appropriate
Change-Id: Ie3d34a829522e15b2a56c0fcc696e60163a9be32 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user