Skip to content
Snippets Groups Projects

rm one Q_OBJECT macro; protect others against removal by explanatory notes (#521)

Merged Wuttke, Joachim requested to merge i521 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -24,7 +24,7 @@ class WidgetMoverButton;
//! Form for editing a layer
class LayerForm : public QGroupBox {
Q_OBJECT
Q_OBJECT // critically important ... even if we don't understand why
public:
LayerForm(QWidget* parent, LayerItem* layer, SampleEditorController* ec);
Loading