BareMetal: Apply "static" pattern to GdbServerProviderManager

Change-Id: I7fe76b5912808ac0855ef09cd6d31afdf9225f6f
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Orgad Shaneh
2017-03-17 10:36:50 +02:00
committed by Orgad Shaneh
parent db6c85cdc9
commit d9a66a5406
9 changed files with 41 additions and 43 deletions

View File

@@ -175,7 +175,7 @@ bool GdbServerProvider::canStartupMode(StartupMode m) const
void GdbServerProvider::providerUpdated()
{
GdbServerProviderManager::instance()->notifyAboutUpdate(this);
GdbServerProviderManager::notifyAboutUpdate(this);
}
bool GdbServerProvider::fromMap(const QVariantMap &data)