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
@@ -19,7 +19,7 @@
//! SpinBox for DoubleProperties, supporting units.
class DoubleSpinBox : public QDoubleSpinBox {
Q_OBJECT
Q_OBJECT // required by qobject_cast (called via FormLayouter::widgetAt)
public:
//! Create a DoubleSpinBox with the information found in a DoubleProperty.
//!
Loading