##// END OF EJS Templates
Fix box-and-whiskers animations...
Fix box-and-whiskers animations Change-Id: I406a9b5320caa7c971f692330077ea3b71206655 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2432:53927f716a3d
r2560:a2f72685ff33
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 */