mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 02:55:44 +08:00
Formatting
This commit is contained in:
@@ -300,7 +300,7 @@ namespace BlackCore
|
|||||||
Q_ASSERT(m_voice);
|
Q_ASSERT(m_voice);
|
||||||
Q_ASSERT(newRooms.size() == 2);
|
Q_ASSERT(newRooms.size() == 2);
|
||||||
Q_ASSERT(getIContextOwnAircraft());
|
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();
|
CVoiceRoomList currentRooms = getComVoiceRooms();
|
||||||
CVoiceRoom currentRoomCom1 = currentRooms[0];
|
CVoiceRoom currentRoomCom1 = currentRooms[0];
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ namespace BlackGui
|
|||||||
/**
|
/**
|
||||||
* Settings
|
* Settings
|
||||||
*/
|
*/
|
||||||
class BLACKGUI_EXPORT CDataSettingsComponent : public BlackGui::COverlayMessagesFrame
|
class BLACKGUI_EXPORT CDataSettingsComponent : public COverlayMessagesFrame
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user