mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 08:04:49 -05:00
FlowLayout: Add SDRGUI_API so can be used in plugins
This commit is contained in:
parent
ee3b41b5e2
commit
880fde3480
@ -51,11 +51,13 @@
|
|||||||
#ifndef FLOWLAYOUT_H
|
#ifndef FLOWLAYOUT_H
|
||||||
#define FLOWLAYOUT_H
|
#define FLOWLAYOUT_H
|
||||||
|
|
||||||
|
#include "export.h"
|
||||||
|
|
||||||
#include <QLayout>
|
#include <QLayout>
|
||||||
#include <QRect>
|
#include <QRect>
|
||||||
#include <QStyle>
|
#include <QStyle>
|
||||||
//! [0]
|
//! [0]
|
||||||
class FlowLayout : public QLayout
|
class SDRGUI_API FlowLayout : public QLayout
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
explicit FlowLayout(QWidget *parent, int margin = -1, int hSpacing = -1, int vSpacing = -1);
|
explicit FlowLayout(QWidget *parent, int margin = -1, int hSpacing = -1, int vSpacing = -1);
|
||||||
|
Loading…
Reference in New Issue
Block a user