FlowLayout: Add SDRGUI_API so can be used in plugins

pull/1414/head
Jon Beniston 2022-09-16 08:49:26 +01:00
rodzic ee3b41b5e2
commit 880fde3480
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -51,11 +51,13 @@
#ifndef FLOWLAYOUT_H
#define FLOWLAYOUT_H
#include "export.h"
#include <QLayout>
#include <QRect>
#include <QStyle>
//! [0]
class FlowLayout : public QLayout
class SDRGUI_API FlowLayout : public QLayout
{
public:
explicit FlowLayout(QWidget *parent, int margin = -1, int hSpacing = -1, int vSpacing = -1);