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(); } }