summaryrefslogtreecommitdiffstats
path: root/src/chartsnamespace.h
diff options
context:
space:
mode:
authorMarek Rosa <marek.rosa@digia.com>2012-07-27 17:08:13 +0300
committerMarek Rosa <marek.rosa@digia.com>2012-07-27 17:10:04 +0300
commit82bf60f5058e9d8e2c0911e8a287869d0ce155e3 (patch)
treebfe7baf6248e0bc52eda2265a9858951d3939fa5 /src/chartsnamespace.h
parent666f1599531d622850c49bedabd7100144666060 (diff)
Using namespace macro is now added to ui_*.h files when using designer plugin
Diffstat (limited to 'src/chartsnamespace.h')
-rw-r--r--src/chartsnamespace.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/chartsnamespace.h b/src/chartsnamespace.h
new file mode 100644
index 00000000..1eadf624
--- /dev/null
+++ b/src/chartsnamespace.h
@@ -0,0 +1,28 @@
+/****************************************************************************
+**
+** Copyright (C) 2012 Digia Plc
+** All rights reserved.
+** For any questions to Digia, please use contact form at http://qt.digia.com
+**
+** This file is part of the Qt Commercial Charts Add-on.
+**
+** $QT_BEGIN_LICENSE$
+** Licensees holding valid Qt Commercial licenses may use this file in
+** accordance with the Qt Commercial License Agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Digia.
+**
+** If you have questions regarding the use of this file, please use
+** contact form at http://qt.digia.com
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
+#ifndef MACROINCLUDE_H_
+#define MACROINCLUDE_H_
+
+// this is needed by the designer plugin.
+
+QTCOMMERCIALCHART_USE_NAMESPACE
+
+#endif /* MACROINCLUDE_H_ */