From 552639c3590e793023539078bd97aa8b1ba2c2d3 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Fri, 29 Aug 2014 16:53:31 +0200 Subject: Windows XP, Vista styles: Share dynamically resolved theme functions. Extract a struct containing the function pointers and derive QWindowsXPStylePrivate from it, so that both styles can use them. Remove duplicated variables. Task-number: QTBUG-38858 Change-Id: I7c2c665b5930c56ffdf33c5185720f71517d146c Reviewed-by: Alessandro Portale --- src/widgets/styles/qwindowsvistastyle_p_p.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/widgets/styles/qwindowsvistastyle_p_p.h') diff --git a/src/widgets/styles/qwindowsvistastyle_p_p.h b/src/widgets/styles/qwindowsvistastyle_p_p.h index f2f208fbb5..a7f219db8d 100644 --- a/src/widgets/styles/qwindowsvistastyle_p_p.h +++ b/src/widgets/styles/qwindowsvistastyle_p_p.h @@ -171,7 +171,6 @@ class QWindowsVistaStylePrivate : public QWindowsXPStylePrivate public: QWindowsVistaStylePrivate(); ~QWindowsVistaStylePrivate(); - static bool resolveSymbols(); static inline bool useVista(); bool transitionsEnabled() const; -- cgit v1.2.3