Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
6aaf1e0c
Commit
6aaf1e0c
authored
Aug 15, 2014
by
Uwe L. Korn
Committed by
Tristan Matthews
Sep 02, 2014
Browse files
qt4: Define Q_DECL_OVERRIDE for Qt4
Signed-off-by:
Tristan Matthews
<
le.businessman@gmail.com
>
parent
243c5854
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/qt4.hpp
View file @
6aaf1e0c
...
...
@@ -43,6 +43,11 @@
#define HAS_QT47 ( QT_VERSION >= 0x040700 )
#define HAS_QT5 ( QT_VERSION >= 0x050000 )
/* Q_DECL_OVERRIDE is a Qt5 feature, add empty define to not break with Qt4 */
#if !HAS_QT5 && !defined(Q_DECL_OVERRIDE)
# define Q_DECL_OVERRIDE
#endif
enum
{
DialogEventTypeOffset
=
0
,
IMEventTypeOffset
=
100
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment