Sine Striker
2023-12-20 7955f5b084aeae334a445136839160356c96de36
src/widgets/widgetitemdelegate.cpp
@@ -4,7 +4,7 @@
#include <QtWidgets/QWidget>
#include <QtWidgets/QApplication>
extern Q_WIDGETS_EXPORT QWidget *qt_button_down;
extern Q_DECL_IMPORT QWidget *qt_button_down;
namespace QWK {
@@ -98,4 +98,8 @@
        static_cast<QWidget *>(host)->setWindowFlags(flags);
    }
    void WidgetItemDelegate::bringWindowToTop(QObject *host) const {
        static_cast<QWidget *>(host)->raise();
    }
}