Add support for Qt6
Adds the -DKDDockWidgets_QT6=ON option Also you'll need to port any required Qt6 module first (For example QStateMachine).
This commit is contained in:
committed by
Sergio Martins
parent
36af020505
commit
c23d179385
@@ -59,7 +59,7 @@ void SeparatorWidget::paintEvent(QPaintEvent *)
|
||||
QWidget::parentWidget()->style()->drawControl(QStyle::CE_Splitter, &opt, &p, this);
|
||||
}
|
||||
|
||||
void SeparatorWidget::enterEvent(QEvent *)
|
||||
void SeparatorWidget::enterEvent(KDDockWidgets::Qt5Qt6Compat::QEnterEvent *)
|
||||
{
|
||||
qCDebug(separators) << Q_FUNC_INFO << this;
|
||||
if (isVertical())
|
||||
|
||||
Reference in New Issue
Block a user