src/core/windowitemdelegate.h
@@ -9,7 +9,10 @@ namespace QWK { class WindowItemDelegate { Q_DISABLE_COPY(WindowItemDelegate) public: WindowItemDelegate() = default; virtual ~WindowItemDelegate() = default; public: @@ -19,6 +22,8 @@ virtual bool isVisible(QObject *obj) const = 0; }; using WindowItemDelegatePtr = std::shared_ptr<WindowItemDelegate>; } #endif // WINDOWITEMDELEGATE_H