mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +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
|
||||
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
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user