From 7199b7f73087a0e2501baacb7de76164684f5dfe Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Tue, 15 Sep 2020 16:25:58 +0200 Subject: Fix build after qtbase changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I240b7410a409bb2f72213c02f50870f4ed99db9a Reviewed-by: Tor Arne Vestbø --- src/imports/nativestyle/qstyle/qquickcommonstyle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/imports/nativestyle/qstyle/qquickcommonstyle.cpp') diff --git a/src/imports/nativestyle/qstyle/qquickcommonstyle.cpp b/src/imports/nativestyle/qstyle/qquickcommonstyle.cpp index d7b97f21..6e662e3d 100644 --- a/src/imports/nativestyle/qstyle/qquickcommonstyle.cpp +++ b/src/imports/nativestyle/qstyle/qquickcommonstyle.cpp @@ -4724,7 +4724,7 @@ int QCommonStyle::styleHint(StyleHint sh, const QStyleOption *opt, QStyleHintRet ret = false; break; case SH_Slider_AbsoluteSetButtons: - ret = Qt::MidButton; + ret = Qt::MiddleButton; break; case SH_Slider_PageSetButtons: ret = Qt::LeftButton; -- cgit v1.2.3