##// END OF EJS Templates
QML Plugins and sample for that...
QML Plugins and sample for that Change-Id: I74bbc82149936be75c960fec0470256c05be3c87 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2432:53927f716a3d
r2481:20a93e498d73
Show More
chartsnamespace.h
28 lines | 935 B | text/x-c | CLexer
/ src / chartsnamespace.h
Marek Rosa
Using namespace macro is now added to ui_*.h files when using designer plugin
r1750 /****************************************************************************
**
Miikka Heikkinen
Fixed the copyright year 2012 -> 2013
r2432 ** Copyright (C) 2013 Digia Plc
Marek Rosa
Using namespace macro is now added to ui_*.h files when using designer plugin
r1750 ** 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$
**
****************************************************************************/
Jani Honkonen
Fix Krazy issues
r1935 #ifndef CHARTSNAMESPACE_H
Tero Ahola
Fixed a few issues in chartsnamespace, legend and pie headers
r1936 #define CHARTSNAMESPACE_H
Marek Rosa
Using namespace macro is now added to ui_*.h files when using designer plugin
r1750
// this is needed by the designer plugin.
QTCOMMERCIALCHART_USE_NAMESPACE
Jani Honkonen
Fix Krazy issues
r1935 #endif /* CHARTSNAMESPACE_H */