clang-format src

This commit is contained in:
Lars Toenning
2023-04-13 14:20:16 +02:00
parent ba41d4887b
commit 970b7c3650
1501 changed files with 20326 additions and 17820 deletions

View File

@@ -29,7 +29,10 @@ class QDragMoveEvent;
class QDropEvent;
class QWidget;
namespace Ui { class CDbLiverySelectorComponent; }
namespace Ui
{
class CDbLiverySelectorComponent;
}
namespace BlackGui::Components
{
@@ -104,7 +107,7 @@ namespace BlackGui::Components
QString stripExtraInfo(const QString &liveryCode) const;
QScopedPointer<Ui::CDbLiverySelectorComponent> ui;
QScopedPointer<QCompleter> m_completerLiveries;
QScopedPointer<QCompleter> m_completerLiveries;
BlackMisc::Aviation::CLivery m_currentLivery;
};
} // ns