mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: fix compiler warnings in recently edited files.
Replace NULL -> nullptr Remove spurious semicolon Signed-off-by: Michael WERLE <micha@michaelwerle.com>
This commit is contained in:
parent
efb1832db8
commit
881a9cac4e
3 changed files with 5 additions and 5 deletions
|
@ -42,7 +42,7 @@ public:
|
|||
static double font_size() { return prefs.font_size; }
|
||||
static double mobile_scale() { return prefs.mobile_scale; }
|
||||
static bool display_invalid_dives() { return prefs.display_invalid_dives; }
|
||||
static QString lastDir() { return st_lastDir; ; }
|
||||
static QString lastDir() { return st_lastDir; }
|
||||
static bool show_developer() { return prefs.show_developer; }
|
||||
static QString theme() { return st_theme; }
|
||||
static QPointF tooltip_position() { return st_tooltip_position; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue