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: