mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-06 04:44:32 -05:00
Export Section symbols
This commit is contained in:
parent
725e3cacb8
commit
f88407b731
|
|
@ -1,5 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <export-symbol-helper.hpp>
|
||||
|
||||
#include <QFrame>
|
||||
#include <QGridLayout>
|
||||
#include <QParallelAnimationGroup>
|
||||
|
|
@ -8,7 +10,7 @@
|
|||
|
||||
namespace advss {
|
||||
|
||||
class Section : public QWidget {
|
||||
class ADVSS_EXPORT Section : public QWidget {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user