subsurface/desktop-widgets/preferences
Berthold Stoeger 1c4a859c8d Cleanup: remove all override modifiers
Commit df156a56c0 replaced "virtual"
by "override" where appropriate. Unfortunately, this had the
unintended consequence of producing numerous clang warnings. If
clang finds a override-modified function in a class definition,
it warns for *all* overriden virtual functions without the override
modifier.

To solve this, go the easy route and remove all overrides. At least
it is consistent.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2018-08-01 06:30:00 -07: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: remove all override modifiers 2018-08-01 06:30:00 -07: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: remove all override modifiers 2018-08-01 06:30:00 -07: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: remove all override modifiers 2018-08-01 06:30:00 -07: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: remove all override modifiers 2018-08-01 06:30:00 -07: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: remove all override modifiers 2018-08-01 06:30:00 -07: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: remove all override modifiers 2018-08-01 06:30:00 -07: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