From dd709fc8a90eb13e45d2be058d94e140a9a318f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Sat, 27 Jan 2018 13:15:19 +0000 Subject: [PATCH] Remove unnecessary extra LIBKPMCORE_EXPORT macros. --- src/core/operationrunner.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/core/operationrunner.h b/src/core/operationrunner.h index 06aee79..f91468d 100644 --- a/src/core/operationrunner.h +++ b/src/core/operationrunner.h @@ -45,9 +45,9 @@ public: public: void run(); - LIBKPMCORE_EXPORT qint32 numJobs() const; - LIBKPMCORE_EXPORT qint32 numOperations() const; - LIBKPMCORE_EXPORT qint32 numProgressSub() const; + qint32 numJobs() const; + qint32 numOperations() const; + qint32 numProgressSub() const; bool isCancelling() const { return m_Cancelling; /**< @return if the user has requested cancelling */ }