diff main/SVSplash.h @ 2196:813bc4295860 bqaudiostream

Merge from default branch
author Chris Cannam
date Wed, 23 Jan 2019 14:45:46 +0000
parents 124de219669f
children
line wrap: on
line diff
--- a/main/SVSplash.h	Wed Jan 23 13:51:49 2019 +0000
+++ b/main/SVSplash.h	Wed Jan 23 14:45:46 2019 +0000
@@ -31,7 +31,7 @@
     void finishSplash(QWidget *);
     
 protected:
-    void drawContents(QPainter *);
+    void drawContents(QPainter *) override;
     QPixmap *m_pixmap;
 };