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:
Klaus Basan
2014-04-10 18:07:18 +02:00
parent 429f79f841
commit 4776b1e650
10 changed files with 44 additions and 64 deletions

View File

@@ -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