Export FilterComboBox widget symbols

To be used for Twitch action
This commit is contained in:
WarmUpTill 2023-08-16 16:32:43 +02:00 committed by WarmUpTill
parent 39378ae20f
commit b833dd4576

View File

@ -1,10 +1,12 @@
#pragma once
#include "export-symbol-helper.hpp"
#include <QComboBox>
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: