diff --git a/src/controllers/TabBar.h b/src/controllers/TabBar.h index bf1f230d..5153fed5 100644 --- a/src/controllers/TabBar.h +++ b/src/controllers/TabBar.h @@ -58,11 +58,6 @@ public: bool tabsAreMovable() const; - /** - * @brief Returns this class as a QWidget (if using QtWidgets) or QQuickItem - */ - // QWidgetOrQuick *asWidget() const; - DockWidget *singleDockWidget() const override; /// @reimp