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:
Mark Liversedge
2014-11-09 15:13:26 +00:00
parent 3ac9e560a0
commit 83715ead91

View File

@@ -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: