comparison main/SVSplash.h @ 2181:b0e8217719ed

Merge from branch fix-static-analysis
author Chris Cannam
date Wed, 09 Jan 2019 15:27:32 +0000
parents 124de219669f
children
comparison
equal deleted inserted replaced
2180:52eda31c7b33 2181:b0e8217719ed
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