Add Frame::detachTab()
The tab widget will be an implementation detail of FrameWidget and not accessed by anyone
This commit is contained in:
@@ -42,6 +42,7 @@ public:
|
||||
protected:
|
||||
void paintEvent(QPaintEvent *) override;
|
||||
QSize maxSizeHint() const override;
|
||||
void detachTab(DockWidgetBase *) override;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user