mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 03:35:35 +08:00
[doxygen] Fix broken groupings
This commit is contained in:
@@ -46,7 +46,8 @@ public:
|
||||
virtual ~CSwiftData() override;
|
||||
|
||||
protected:
|
||||
//! \name QMainWindow events @[
|
||||
//! \name QMainWindow events
|
||||
//! @{
|
||||
virtual void closeEvent(QCloseEvent *event) override;
|
||||
//! @}
|
||||
|
||||
@@ -57,7 +58,8 @@ private:
|
||||
//! Menu clicked
|
||||
void onMenuClicked();
|
||||
|
||||
//! Init functions @{
|
||||
//! Init functions
|
||||
//! @{
|
||||
void init();
|
||||
void initLogDisplay();
|
||||
void initStyleSheet();
|
||||
|
||||
Reference in New Issue
Block a user