Remove unneeded private moc include
Doesn't play nice with unity builds
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#include "Widget_qwidget.h"
|
||||
#include "kddockwidgets/Qt5Qt6Compat_p.h"
|
||||
|
||||
#include <QWidget>
|
||||
#include <QRubberBand>
|
||||
|
||||
namespace Layouting {
|
||||
|
||||
@@ -41,6 +41,14 @@ protected:
|
||||
Widget *asWidget() override;
|
||||
};
|
||||
|
||||
class RubberBand : public QRubberBand
|
||||
, public Layouting::Widget_qwidget
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit RubberBand(Layouting::Widget *parent);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user