Other: fix for windows build and default to MSVC toolchain on Windows.

This commit is contained in:
Xavier Michelon
2022-07-27 06:50:25 +02:00
committed by Jakub
parent 2e4128dcfe
commit 033139677b
3 changed files with 8 additions and 4 deletions

View File

@ -42,10 +42,7 @@ public slots:
void run() override; ///< Run the reader.
signals:
#pragma clang diagnostic push
#pragma ide diagnostic ignored "NotImplementedFunctions"
void eventReceived(QString eventString); ///< signal for events.
#pragma clang diagnostic pop
};