Fixes #538 multiple window frames on windows

This commit is contained in:
fourtf
2018-07-03 12:07:57 +02:00
parent 978931bcfc
commit eb809d1572
4 changed files with 39 additions and 21 deletions
-1
View File
@@ -47,7 +47,6 @@ public:
protected:
#ifdef USEWINSDK
virtual void showEvent(QShowEvent *) override;
virtual bool nativeEvent(const QByteArray &eventType, void *message, long *result) override;
virtual void scaleChangedEvent(float) override;
#endif