mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 10:45:37 +08:00
Fixed mixed action names
This commit is contained in:
@@ -68,8 +68,8 @@ namespace BlackGui
|
||||
void tuneInAtcCom2();
|
||||
void requestTextMessage();
|
||||
|
||||
QList<QAction *> m_actions;
|
||||
QList<QAction *> m_debugActions;
|
||||
QList<QAction *> m_actions; //!< real actions
|
||||
QList<QAction *> m_debugActions; //!< used for debug context menu
|
||||
};
|
||||
}
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user