fix windows build

This commit is contained in:
Andrei Yankovich 2023-11-20 18:51:34 +01:00
parent 9d09c6b5c1
commit 93809a9663
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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();