mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Formatting
This commit is contained in:
@@ -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];
|
||||
|
||||
@@ -28,7 +28,7 @@ namespace BlackGui
|
||||
/**
|
||||
* Settings
|
||||
*/
|
||||
class BLACKGUI_EXPORT CDataSettingsComponent : public BlackGui::COverlayMessagesFrame
|
||||
class BLACKGUI_EXPORT CDataSettingsComponent : public COverlayMessagesFrame
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user