fixed fullscreen mode (QTBUG-41883)

This commit is contained in:
Luis Ángel San Martín
2015-01-24 18:23:29 +01:00
parent 92b58f70b6
commit f65a59090b
6 changed files with 59 additions and 10 deletions

View File

@ -290,6 +290,10 @@ private:
ComicsViewStatus comicsViewStatus;
//QTBUG-41883
QSize _size;
QPoint _pos;
protected:
virtual void closeEvent ( QCloseEvent * event );
public: