mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-04 08:55:43 +08:00
clang-format src
This commit is contained in:
@@ -58,9 +58,9 @@ namespace BlackGui::Menus
|
||||
void onFontReset();
|
||||
|
||||
QWidget *m_widget = nullptr;
|
||||
QShortcut *m_fontSizePlusShortcut = nullptr; //! owned by widget
|
||||
QShortcut *m_fontSizePlusShortcut = nullptr; //! owned by widget
|
||||
QShortcut *m_fontSizeMinusShortcut = nullptr; //! owned by widget
|
||||
QShortcut *m_fontResetShortcut = nullptr; //! owned by widget
|
||||
QShortcut *m_fontResetShortcut = nullptr; //! owned by widget
|
||||
QScopedPointer<QAction> m_fontDialogAction;
|
||||
QScopedPointer<BlackGui::Components::CSettingsFontDialog> m_dialog;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user