mirror of
https://github.com/QuasarApp/qTbot.git
synced 2025-04-26 05:44:32 +00:00
fix windows build
This commit is contained in:
parent
9d09c6b5c1
commit
93809a9663
@ -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:
|
||||
|
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user