Skip to content
Snippets Groups Projects
  1. Jul 23, 2017
  2. Feb 27, 2016
  3. Jan 05, 2015
  4. Sep 03, 2014
    • Uwe L. Korn's avatar
      qt4: Replace redundant virtual with Q_DECL_OVERRIDE · 212bf2e8
      Uwe L. Korn authored
      
      Declaring a virtual function in a subclass as virtual may be a good
      documentation that we are overriding a method from the superclass but
      has no effect during compilation. With C++11, we can use the override
      keyword for this (which will even trigger a compiler error if we try to
      override a non-virtual function).
      
      To stay backwards-compatible, we use Qt5's Q_DECL_OVERRIDE macro to
      support C++ <11.
      
      Signed-off-by: default avatarTristan Matthews <le.businessman@gmail.com>
      212bf2e8
  5. Feb 14, 2014
  6. Jul 28, 2010
  7. Apr 15, 2010
  8. Dec 25, 2009
  9. Mar 15, 2009
  10. Mar 12, 2009
  11. Feb 08, 2009
  12. Dec 30, 2008
  13. Jul 28, 2008
  14. May 31, 2008
  15. Mar 17, 2008
  16. Mar 02, 2008
  17. Jan 28, 2008
  18. Jan 25, 2008
  19. Jan 24, 2008
  20. Jan 23, 2008
  21. Jan 13, 2008
  22. Jan 12, 2008
  23. Dec 22, 2007
  24. Dec 21, 2007
  25. Dec 15, 2007
  26. Dec 14, 2007
  27. Dec 11, 2007
  28. Dec 10, 2007
  29. Dec 06, 2007
  30. Nov 26, 2007
  31. Oct 11, 2007
  32. Sep 17, 2007
  33. Sep 10, 2007
Loading