fix namespace
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
#include "Rubberband_quick.h"
|
||||
|
||||
using namespace KDDockWidgets;
|
||||
using namespace Layouting;
|
||||
|
||||
KDDockWidgets::RubberBand::RubberBand(Layouting::Widget *parent)
|
||||
: QQuickItem(parent ? qobject_cast<QQuickItem*>(parent->asQObject()) : nullptr)
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
#include <QQuickItem>
|
||||
|
||||
namespace KDDockWidgets {
|
||||
namespace Layouting {
|
||||
|
||||
// TODO: Finish rubberband
|
||||
class MULTISPLITTER_EXPORT RubberBand
|
||||
|
||||
@@ -42,7 +42,7 @@ Layouting::Widget *SeparatorQuick::createRubberBand(Layouting::Widget *parent)
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
return new Layouting::Widget_quick(new KDDockWidgets::RubberBand(parent));
|
||||
return new Layouting::Widget_quick(new Layouting::RubberBand(parent));
|
||||
}
|
||||
|
||||
Widget *SeparatorQuick::asWidget()
|
||||
|
||||
Reference in New Issue
Block a user