Export Section symbols

This commit is contained in:
WarmUpTill 2026-07-22 20:14:31 +02:00 committed by WarmUpTill
parent 725e3cacb8
commit f88407b731

View File

@ -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: