comparison 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
comparison
equal deleted inserted replaced
2123:7c30a7f20c6a 2125:124de219669f
29 29
30 public slots: 30 public slots:
31 void finishSplash(QWidget *); 31 void finishSplash(QWidget *);
32 32
33 protected: 33 protected:
34 void drawContents(QPainter *); 34 void drawContents(QPainter *) override;
35 QPixmap *m_pixmap; 35 QPixmap *m_pixmap;
36 }; 36 };
37 37
38 #endif 38 #endif
39 39