##// END OF EJS Templates
Fix crash when axis range is infinite....
Fix crash when axis range is infinite. Now instead print out a warning and ignore the invalid range. Task-number: QTBUG-52320 Change-Id: I929f8f61eecaa23a0c61d143c5fa2e8431160d3f Reviewed-by: Mika Salmela <mika.salmela@theqtcompany.com> Reviewed-by: Tomi Korpipää <tomi.korpipaa@theqtcompany.com> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r2845:ae12522d475c
r2875:6961daf29fe7
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 */