mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
Export complete RegexConfigWidget class
This commit is contained in:
parent
b3b2114c45
commit
66534519d6
|
|
@ -48,16 +48,15 @@ private:
|
|||
friend RegexConfigDialog;
|
||||
};
|
||||
|
||||
class RegexConfigWidget : public QWidget {
|
||||
class ADVSS_EXPORT RegexConfigWidget : public QWidget {
|
||||
Q_OBJECT
|
||||
public:
|
||||
EXPORT RegexConfigWidget(QWidget *parent = nullptr,
|
||||
bool showEnable = true);
|
||||
EXPORT void SetRegexConfig(const RegexConfig &);
|
||||
RegexConfigWidget(QWidget *parent = nullptr, bool showEnable = true);
|
||||
void SetRegexConfig(const RegexConfig &);
|
||||
|
||||
public slots:
|
||||
EXPORT void EnableChanged(bool);
|
||||
EXPORT void OpenSettingsClicked();
|
||||
void EnableChanged(bool);
|
||||
void OpenSettingsClicked();
|
||||
signals:
|
||||
void RegexConfigChanged(const RegexConfig &);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user