diff options
Diffstat (limited to 'examples/scroller/plot/settingswidget.h')
-rw-r--r-- | examples/scroller/plot/settingswidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/scroller/plot/settingswidget.h b/examples/scroller/plot/settingswidget.h index 2fb268c..0ea201d 100644 --- a/examples/scroller/plot/settingswidget.h +++ b/examples/scroller/plot/settingswidget.h @@ -44,12 +44,14 @@ #include <QScrollArea> +QT_BEGIN_NAMESPACE class QScroller; class QGridLayout; class QSpinBox; class QComboBox; class QCheckBox; class QPlainTextEdit; +QT_END_NAMESPACE class MetricItemUpdater; class SnapOverlay; |