Fix a couple of clazy warnings

This commit is contained in:
Sergio Martins
2020-08-07 22:21:35 +01:00
parent 8db40d368c
commit 0a6f760100
4 changed files with 8 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ namespace Layouting {
class RubberBand : public QRubberBand
, public Layouting::Widget_qwidget
{
Q_OBJECT
public:
RubberBand(Layouting::Widget *parent)
: QRubberBand(QRubberBand::Line, parent ? parent->asQWidget() : nullptr)
@@ -107,3 +107,5 @@ Widget *SeparatorWidget::asWidget()
{
return this;
}
#include <Separator_qwidget.moc>