Commit e34450b1 authored by Joerg Bornemann's avatar Joerg Bornemann
Browse files

Fix namespaced build of demobrowser


Change-Id: I6f863676dabacbe193e148481178753f05bd2869
Reviewed-by: default avatarMichal Klocek <michal.klocek@theqtcompany.com>
Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>
Showing with 6 additions and 2 deletions
...@@ -44,9 +44,11 @@ ...@@ -44,9 +44,11 @@
#include <QWidget> #include <QWidget>
QT_BEGIN_NAMESPACE
class QLabel; class QLabel;
class QGridLayout; class QGridLayout;
class QPropertyAnimation; class QPropertyAnimation;
QT_END_NAMESPACE
class FullScreenNotification : public QWidget class FullScreenNotification : public QWidget
{ {
...@@ -72,5 +74,4 @@ private: ...@@ -72,5 +74,4 @@ private:
int y; int y;
}; };
#endif // FULLSCREENNOTIFICATION_H #endif // FULLSCREENNOTIFICATION_H
...@@ -128,13 +128,16 @@ private: ...@@ -128,13 +128,16 @@ private:
#include <QtCore/QUrl> #include <QtCore/QUrl>
#include <QtWidgets/QTabWidget> #include <QtWidgets/QTabWidget>
QT_BEGIN_NAMESPACE
class FullScreenNotification; class FullScreenNotification;
QT_BEGIN_NAMESPACE
class QCompleter; class QCompleter;
class QLineEdit; class QLineEdit;
class QMenu; class QMenu;
class QStackedWidget; class QStackedWidget;
QT_END_NAMESPACE QT_END_NAMESPACE
/*! /*!
TabWidget that contains WebViews and a stack widget of associated line edits. TabWidget that contains WebViews and a stack widget of associated line edits.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment