kddockwidgets_multisplitter is now a library of its own

This commit is contained in:
Sergio Martins
2020-05-25 06:45:13 +01:00
parent d9badf3ffd
commit 8461f1f79e
11 changed files with 25 additions and 17 deletions

View File

@@ -21,6 +21,7 @@
#pragma once
#include "Widget.h"
#include "multisplitter_export.h"
#include <QWidget>
@@ -29,10 +30,9 @@
namespace Layouting {
///@brief A Layouting::Widget that's deals in QWidget
/// Allows to host a QWidget in the layout
class Widget_qwidget : public Widget
class MULTISPLITTER_EXPORT Widget_qwidget : public Widget
{
public:
explicit Widget_qwidget(QWidget *thisWidget)