subsurface/desktop-widgets/preferences
Berthold Stoeger df156a56c0 Cleanup: replace virtual by override where appropriate
The keyword "virtual" signalizes that the function is virtual,
i.e. the function of the derived class is called, even if the
call is on the parent class.

It is not necessary to repeat the "virtual" keyword in derived
classes. To highlight derived virtual functions, the keyword
"override" should be used instead. It results in a hard compile-
error, if no function is overridden, thus avoiding subtle bugs.

Replace "virtual" by "override" where appropriate. Moreover,
replace Q_DECL_OVERRIDE by override, since we require reasonably
recent compilers anyway. Likewise, replace /* reimp */ by
"override" for consistency and compiler support.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2018-07-31 11:02:34 +02:00
..
abstractpreferenceswidget.cpp Unify float calulations: use double 2017-12-17 09:02:44 -08:00
abstractpreferenceswidget.h Unify float calulations: use double 2017-12-17 09:02:44 -08:00
CMakeLists.txt Cleanup: Rename preferences ui file names according the standard 2018-01-02 09:12:31 -08:00
preferences_defaults.cpp Dive media: Extract thumbnails from videos with ffmpeg 2018-07-28 15:31:25 -07:00
preferences_defaults.h Cleanup: replace virtual by override where appropriate 2018-07-31 11:02:34 +02:00
preferences_defaults.ui Dive media: Extract thumbnails from videos with ffmpeg 2018-07-28 15:31:25 -07:00
preferences_georeference.cpp core: remove prefs-macros.h where unused 2018-07-01 22:06:28 +02:00
preferences_georeference.h Cleanup: replace virtual by override where appropriate 2018-07-31 11:02:34 +02:00
preferences_georeference.ui Cleanup: Rename preferences ui file names according the standard 2018-01-02 09:12:31 -08:00
preferences_graph.cpp core: remove prefs-macros.h where unused 2018-07-01 22:06:28 +02:00
preferences_graph.h Cleanup: replace virtual by override where appropriate 2018-07-31 11:02:34 +02:00
preferences_graph.ui UI change of "images"/"photo" to "media" or "media files" 2018-07-15 09:38:12 -07:00
preferences_language.cpp Cleanup: fold core/helpers.h into core/qthelper.h 2018-06-04 08:50:10 -07:00
preferences_language.h Cleanup: replace virtual by override where appropriate 2018-07-31 11:02:34 +02:00
preferences_language.ui Cleanup: Rename preferences ui file names according the standard 2018-01-02 09:12:31 -08:00
preferences_network.cpp core: activate qPrefProxy 2018-07-30 07:43:22 -07:00
preferences_network.h Cleanup: replace virtual by override where appropriate 2018-07-31 11:02:34 +02:00
preferences_network.ui Remove cloud_background_sync preferences option 2018-01-06 10:46:07 -08:00
preferences_units.cpp core: remove prefs-macros.h where unused 2018-07-01 22:06:28 +02:00
preferences_units.h Cleanup: replace virtual by override where appropriate 2018-07-31 11:02:34 +02:00
preferences_units.ui Preferences units dialog: Tab order and silence warnings 2017-10-09 11:49:29 +03:00
preferencesdialog.cpp cleanup: less than operators shall not use equal 2017-12-29 13:16:58 -08:00
preferencesdialog.h Cleanup: replace virtual by override where appropriate 2018-07-31 11:02:34 +02:00