##// END OF EJS Templates
Fix crash when using linuxfb and 2D renderer...
Fix crash when using linuxfb and 2D renderer No longer should call any OpenGL functions on QML charts applications if we don't have a valid OpenGL context. Task-number: QTBUG-51387 Change-Id: Ic393f69921e300f19dc42c83fc07677ce7869273 Reviewed-by: Mika Salmela <mika.salmela@theqtcompany.com> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r2845:ae12522d475c
r2868:f4ba2fb98402
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 */