mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
Qwt support QT 5.4
.. we should think about removing our local version of QWT since we no longer need it.
This commit is contained in:
@@ -94,6 +94,12 @@ public:
|
|||||||
has no effect on the mapping. So QwtLogTransform can be used
|
has no effect on the mapping. So QwtLogTransform can be used
|
||||||
for log2(), log10() or any other logarithmic scale.
|
for log2(), log10() or any other logarithmic scale.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef QT_STATIC_CONST
|
||||||
|
#define QT_STATIC_CONST static const
|
||||||
|
#define QT_STATIC_CONST_IMPL const
|
||||||
|
#endif
|
||||||
|
|
||||||
class QWT_EXPORT QwtLogTransform: public QwtTransform
|
class QWT_EXPORT QwtLogTransform: public QwtTransform
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user