mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
Ref T452, fixed "invisible main area" after re-docking plus style
This commit is contained in:
@@ -49,7 +49,7 @@ namespace BlackGui
|
||||
|
||||
public:
|
||||
//! Destructor
|
||||
virtual ~CInfoArea();
|
||||
virtual ~CInfoArea() override;
|
||||
|
||||
//! Add items to context menu
|
||||
void addToContextMenu(QMenu *menu) const;
|
||||
|
||||
Reference in New Issue
Block a user