mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-06 16:46:11 -05:00
Export FilterComboBox widget symbols
To be used for Twitch action
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user