diff --git a/lib/jkqtmathtext/jkqtmathtext.h b/lib/jkqtmathtext/jkqtmathtext.h index a1597c562f..9326a716c6 100644 --- a/lib/jkqtmathtext/jkqtmathtext.h +++ b/lib/jkqtmathtext/jkqtmathtext.h @@ -1160,7 +1160,7 @@ class JKQTP_LIB_EXPORT JKQTMathText : public QObject { MTDdoubleunderline, /*!< \brief double underline under block \image html mathparser/MTDdoubleunderline.png */ MTDtilde /*!< \brief tilde over block \image html mathparser/MTDtilde.png */ }; - JKQTP_LIB_EXPORT static QString decorationToString(MTdecoration mode); + static QString decorationToString(MTdecoration mode); /** \brief subclass representing a decorated text m (e.g. \c \\vec \c \\hat ...) node * \ingroup jkqtmathtext_items @@ -1442,9 +1442,9 @@ class JKQTP_LIB_EXPORT JKQTMathText : public QObject { bool operator==(const tbrDataH& other) const; }; - JKQTP_LIB_EXPORT static QList tbrs; - JKQTP_LIB_EXPORT static QHash tbrh; - JKQTP_LIB_EXPORT static QRectF getTightBoundingRect(const QFont &fm, const QString& text, QPaintDevice *pd); + static QList tbrs; + static QHash tbrh; + static QRectF getTightBoundingRect(const QFont &fm, const QString& text, QPaintDevice *pd); };