Qt: DisplayGL does not use paintEvent

This commit is contained in:
Jeffrey Pfau 2015-04-12 20:22:51 -07:00
parent 2309898152
commit 3ff3c24821
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ public slots:
protected:
virtual void initializeGL() override;
virtual void paintEvent(QPaintEvent*) override {}
private:
void performDraw();