diff main/SVSplash.h @ 2125:124de219669f fix-static-analysis

Use override throughout, + include guards
author Chris Cannam
date Mon, 26 Nov 2018 13:56:48 +0000
parents 74b3eaa684d3
children
line wrap: on
line diff
--- a/main/SVSplash.h	Thu Nov 22 14:57:22 2018 +0000
+++ b/main/SVSplash.h	Mon Nov 26 13:56:48 2018 +0000
@@ -31,7 +31,7 @@
     void finishSplash(QWidget *);
     
 protected:
-    void drawContents(QPainter *);
+    void drawContents(QPainter *) override;
     QPixmap *m_pixmap;
 };