Remove unnecessary extra LIBKPMCORE_EXPORT macros.

This commit is contained in:
Andrius Štikonas 2018-01-27 13:15:19 +00:00
parent 4eff7d7594
commit dd709fc8a9
1 changed files with 3 additions and 3 deletions

View File

@ -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 */
}