Formatting

This commit is contained in:
Klaus Basan
2018-01-07 03:14:06 +01:00
parent 9f79923848
commit 728b3c0473
2 changed files with 2 additions and 2 deletions

View File

@@ -300,7 +300,7 @@ namespace BlackCore
Q_ASSERT(m_voice);
Q_ASSERT(newRooms.size() == 2);
Q_ASSERT(getIContextOwnAircraft());
if (m_debugEnabled) {CLogMessage(this, CLogCategory::contextSlot()).debug() << Q_FUNC_INFO << newRooms; }
if (m_debugEnabled) { CLogMessage(this, CLogCategory::contextSlot()).debug() << Q_FUNC_INFO << newRooms; }
CVoiceRoomList currentRooms = getComVoiceRooms();
CVoiceRoom currentRoomCom1 = currentRooms[0];

View File

@@ -28,7 +28,7 @@ namespace BlackGui
/**
* Settings
*/
class BLACKGUI_EXPORT CDataSettingsComponent : public BlackGui::COverlayMessagesFrame
class BLACKGUI_EXPORT CDataSettingsComponent : public COverlayMessagesFrame
{
Q_OBJECT