mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-04 00:45:46 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
f15674330f
commit
c38c8374a3
@@ -78,13 +78,13 @@ namespace BlackCore
|
|||||||
|
|
||||||
void IContext::setDebugEnabled(bool debug)
|
void IContext::setDebugEnabled(bool debug)
|
||||||
{
|
{
|
||||||
if (this->m_debugEnabled == debug) { return; }
|
if (m_debugEnabled == debug) { return; }
|
||||||
emit this->changedLogOrDebugSettings();
|
emit this->changedLogOrDebugSettings();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool IContext::isDebugEnabled() const
|
bool IContext::isDebugEnabled() const
|
||||||
{
|
{
|
||||||
return this->m_debugEnabled;
|
return m_debugEnabled;
|
||||||
}
|
}
|
||||||
|
|
||||||
void IContext::relayBaseClassSignals(const QString &serviceName, QDBusConnection &connection, const QString &objectPath, const QString &interfaceName)
|
void IContext::relayBaseClassSignals(const QString &serviceName, QDBusConnection &connection, const QString &objectPath, const QString &interfaceName)
|
||||||
|
|||||||
Reference in New Issue
Block a user