mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
Export FilterComboBox widget symbols
To be used for Twitch action
This commit is contained in:
parent
39378ae20f
commit
b833dd4576
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user