##// END OF EJS Templates
remove debug message...
remove debug message Change-Id: Ib7511b744ac89e9af1e81c4a6fa7428a254b23a3 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@theqtcompany.com>

File last commit:

r2845:ae12522d475c
r2884:89121f5cadf2
Show More
chartsnamespace.h
32 lines | 999 B | text/x-c | CLexer
/ src / charts / chartsnamespace.h
Titta Heikkala
Updated license headers...
r2845 /******************************************************************************
Marek Rosa
Using namespace macro is now added to ui_*.h files when using designer plugin
r1750 **
Titta Heikkala
Updated license headers...
r2845 ** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
Marek Rosa
Using namespace macro is now added to ui_*.h files when using designer plugin
r1750 **
Titta Heikkala
Updated license headers...
r2740 ** This file is part of the Qt Charts module.
Marek Rosa
Using namespace macro is now added to ui_*.h files when using designer plugin
r1750 **
Titta Heikkala
Updated license headers...
r2845 ** $QT_BEGIN_LICENSE:COMM$
Marek Rosa
Using namespace macro is now added to ui_*.h files when using designer plugin
r1750 **
Titta Heikkala
Updated license headers...
r2845 ** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
** Software or, alternatively, in accordance with the terms contained in
** a written agreement between you and The Qt Company. For licensing terms
** and conditions see http://www.qt.io/terms-conditions. For further
** information use the contact form at http://www.qt.io/contact-us.
Marek Rosa
Using namespace macro is now added to ui_*.h files when using designer plugin
r1750 **
Titta Heikkala
Updated license headers...
r2845 ** $QT_END_LICENSE$
**
******************************************************************************/
Marek Rosa
Using namespace macro is now added to ui_*.h files when using designer plugin
r1750
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.
Miikka Heikkinen
Fix build against 5.6...
r2793 #ifdef QT_CHARTS_USE_NAMESPACE
Titta Heikkala
Qt Charts project file structure change...
r2712 QT_CHARTS_USE_NAMESPACE
Miikka Heikkinen
Fix build against 5.6...
r2793 #endif
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 */