forked from qt-creator/qt-creator
BareMetal: Apply "static" pattern to GdbServerProviderManager
Change-Id: I7fe76b5912808ac0855ef09cd6d31afdf9225f6f Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
db6c85cdc9
commit
d9a66a5406
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user