]> git.sesse.net Git - vlc/commit
qt4: Add a 'virtual vs Q_DECL_OVERRIDE' section
authorUwe L. Korn <uwelk@xhochy.com>
Fri, 15 Aug 2014 09:58:08 +0000 (09:58 +0000)
committerTristan Matthews <le.businessman@gmail.com>
Wed, 3 Sep 2014 01:23:09 +0000 (21:23 -0400)
commit5ef7934b35e059752ab97162e33ba4ce8aaac71e
treecb2cc7a7ad11c44dfb61b48be3b81abb49616628
parent212bf2e8a58645d238535c41aedd96ccb6afa210
qt4: Add a 'virtual vs Q_DECL_OVERRIDE' section

This should explain when to use the virtual keyword or the
Q_DECL_OVERRIDE macros on virtual function declarations.

Signed-off-by: Tristan Matthews <le.businessman@gmail.com>
modules/gui/qt4/HACKING