From 93809a9663c140f30e7b54f3abd9dea1ba09b2aa Mon Sep 17 00:00:00 2001 From: EndrII <EndrIIMail@gmail.com> Date: Mon, 20 Nov 2023 18:51:34 +0100 Subject: [PATCH] fix windows build --- src/qTbot/src/public/qTbot/filewaiter.h | 2 +- src/qTbot/src/public/qTbot/messages/telegramlocation.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qTbot/src/public/qTbot/filewaiter.h b/src/qTbot/src/public/qTbot/filewaiter.h index 472e972..b8c8da2 100644 --- a/src/qTbot/src/public/qTbot/filewaiter.h +++ b/src/qTbot/src/public/qTbot/filewaiter.h @@ -17,7 +17,7 @@ namespace qTbot { * @brief The FileWaiter class. This is a simple storage for the shared pointer of files. * All added files will be removed (shared object) after finish donwload or upload. */ -class FileWaiter: public QObject +class QTBOT_EXPORT FileWaiter: public QObject { Q_OBJECT public: diff --git a/src/qTbot/src/public/qTbot/messages/telegramlocation.h b/src/qTbot/src/public/qTbot/messages/telegramlocation.h index fc0ab49..5c31f6c 100644 --- a/src/qTbot/src/public/qTbot/messages/telegramlocation.h +++ b/src/qTbot/src/public/qTbot/messages/telegramlocation.h @@ -16,7 +16,7 @@ namespace qTbot { /** * @brief The TelegramLocation class just simple struct with latitude and longitude */ -class TelegramLocation: public IJsonBasedObject +class QTBOT_EXPORT TelegramLocation: public IJsonBasedObject { public: TelegramLocation();