mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +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:
@@ -83,10 +83,6 @@ namespace BlackCore
|
||||
QObject(parent), m_mode(mode), m_contextId(QDateTime::currentMSecsSinceEpoch())
|
||||
{}
|
||||
|
||||
//! Re-emit signal locally
|
||||
//! \details proxy uses slot to send signal, and on implementation side this re-emitted as signal
|
||||
void reEmitSignalFromProxy(const QString &signalName);
|
||||
|
||||
CRuntimeConfig::ContextMode m_mode; //!< How context is used
|
||||
qint64 m_contextId; //!< unique identifer, avoid redirection rountrips
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user