Remove declaration which is exported from QtGui.
Fixes static build. Change-Id: I6f82ded7bf6cb3b72b0ef987e781c7e8f9ed932b Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
This commit is contained in:
parent
8707c09fcd
commit
1749fef3c5
@ -431,7 +431,6 @@ bool QApplicationPrivate::obey_desktop_settings = true; // use winsys res
|
||||
#ifndef QT_NO_WHEELEVENT
|
||||
int QApplicationPrivate::wheel_scroll_lines; // number of lines to scroll
|
||||
#endif
|
||||
bool qt_is_gui_used;
|
||||
bool Q_WIDGETS_EXPORT qt_tab_all_widgets = true;
|
||||
bool qt_in_tab_key_event = false;
|
||||
int qt_antialiasing_threshold = -1;
|
||||
|
@ -88,7 +88,7 @@ class QTouchDevice;
|
||||
class QGestureManager;
|
||||
#endif
|
||||
|
||||
extern bool qt_is_gui_used;
|
||||
extern Q_GUI_EXPORT bool qt_is_gui_used;
|
||||
#ifndef QT_NO_CLIPBOARD
|
||||
extern QClipboard *qt_clipboard;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user