##// END OF EJS Templates
Fix missing QML Types in assistant...
Fix missing QML Types in assistant Fixed drop down selection for missing QML types in assistant. Change-Id: Idd0aaa2a33d7df8ab5d14a332da051c4ac99d2ef Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r2712:c544258484ff
r2725:6858d35fa140
Show More
chartsnamespace.h
28 lines | 927 B | text/x-c | CLexer
/ src / charts / chartsnamespace.h
Marek Rosa
Using namespace macro is now added to ui_*.h files when using designer plugin
r1750 /****************************************************************************
**
Titta Heikkala
Update copyright year...
r2688 ** Copyright (C) 2014 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
**
Miikka Heikkinen
Qt Commercial -> Qt Enterprise...
r2574 ** This file is part of the Qt Enterprise Charts Add-on.
Marek Rosa
Using namespace macro is now added to ui_*.h files when using designer plugin
r1750 **
** $QT_BEGIN_LICENSE$
Miikka Heikkinen
Qt Commercial -> Qt Enterprise...
r2574 ** Licensees holding valid Qt Enterprise licenses may use this file in
** accordance with the Qt Enterprise License Agreement provided with the
Marek Rosa
Using namespace macro is now added to ui_*.h files when using designer plugin
r1750 ** 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.
Titta Heikkala
Qt Charts project file structure change...
r2712 QT_CHARTS_USE_NAMESPACE
Marek Rosa
Using namespace macro is now added to ui_*.h files when using designer plugin
r1750
Jani Honkonen
Fix Krazy issues
r1935 #endif /* CHARTSNAMESPACE_H */