Add missing EXPORT directives for new SubWindow class
This commit is contained in:
@@ -60,7 +60,7 @@ public:
|
||||
void addSpacingToToolBar( int _size );
|
||||
|
||||
// wrap the widget with a window decoration and add it to the workspace
|
||||
SubWindow* addWindowedWidget(QWidget *w, Qt::WindowFlags windowFlags=0);
|
||||
EXPORT SubWindow* addWindowedWidget(QWidget *w, Qt::WindowFlags windowFlags=0);
|
||||
|
||||
|
||||
///
|
||||
|
||||
@@ -32,13 +32,15 @@
|
||||
#include <QMdiSubWindow>
|
||||
#include <QRect>
|
||||
|
||||
#include "export.h"
|
||||
|
||||
|
||||
class QMoveEvent;
|
||||
class QResizeEvent;
|
||||
class QWidget;
|
||||
|
||||
|
||||
class SubWindow : public QMdiSubWindow
|
||||
class EXPORT SubWindow : public QMdiSubWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user