mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
refs #199, removed reEmitSignal for time being.
* Discussion: https://dev.vatsim-germany.org/issues/199#note-11 * Turned widgetGuiStarted / Terminated in more generic method
This commit is contained in:
@@ -44,11 +44,11 @@ namespace BlackCore
|
||||
}
|
||||
|
||||
/*
|
||||
* Re-emit signal
|
||||
* Component has changed
|
||||
*/
|
||||
void CContextApplication::signalFromProxy(const QString &signalName)
|
||||
void CContextApplication::notifyAboutComponentChange(uint component, uint action)
|
||||
{
|
||||
CContext::reEmitSignalFromProxy(signalName);
|
||||
this->componentChanged(component, action);
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user