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

@ -60,6 +60,7 @@ protected slots:
void requestedContextMenu(const QPoint & point);
private:
QToolBar * toolbar;
QItemSelectionModel * _selectionModel;
QQuickView *view;
QWidget *container;