From b833dd4576d0799f4f678d97fb80bfc6ff81933f Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Wed, 16 Aug 2023 16:32:43 +0200 Subject: [PATCH] Export FilterComboBox widget symbols To be used for Twitch action --- src/utils/filter-combo-box.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/utils/filter-combo-box.hpp b/src/utils/filter-combo-box.hpp index 126d6d9e..08042c5c 100644 --- a/src/utils/filter-combo-box.hpp +++ b/src/utils/filter-combo-box.hpp @@ -1,10 +1,12 @@ #pragma once +#include "export-symbol-helper.hpp" + #include namespace advss { // Helper class which enables user to filter possible selections by typing -class FilterComboBox : public QComboBox { +class ADVSS_EXPORT FilterComboBox : public QComboBox { Q_OBJECT public: