mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 05:45:35 +08:00
refs #335, renaming
This commit is contained in:
committed by
Roland Winklmeier
parent
e6a5e2960f
commit
3c4fc76094
@@ -71,13 +71,13 @@ namespace BlackGui
|
||||
//! Constructor
|
||||
explicit CInfoArea(QWidget *parent = nullptr);
|
||||
|
||||
//! Override close event
|
||||
//! \copydoc QWidget::closeEvent
|
||||
virtual void closeEvent(QCloseEvent *event) override;
|
||||
|
||||
//! \copydoc QWidget::paintEvent
|
||||
virtual void paintEvent(QPaintEvent *event) override;
|
||||
|
||||
//! Preferred size when floating
|
||||
//! Preferred size when floating (size hint)
|
||||
virtual QSize getPreferredSizeWhenFloating(int areaIndex) const = 0;
|
||||
|
||||
//! Info area (index) to icon
|
||||
|
||||
Reference in New Issue
Block a user