We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05af1cc commit af305bfCopy full SHA for af305bf
plugins/robots/common/twoDModel/src/engine/view/parts/gridSizeWidget.h
@@ -12,6 +12,7 @@
12
* See the License for the specific language governing permissions and
13
* limitations under the License. */
14
15
+#pragma once
16
#include <QWidget>
17
#include <QSharedPointer>
18
#include "twoDModel/engine/model/metricSystem.h"
@@ -24,7 +25,8 @@ namespace view {
24
25
26
/// A class that represents a set of QDoubleSpinBox's for different units of measurement,
27
/// as they may require different sinlgeSterp, suffix, and other parameters.
-class GridSizeWidget : public QWidget {
28
+class GridSizeWidget : public QWidget
29
+{
30
Q_OBJECT
31
public:
32
explicit GridSizeWidget(QWidget *parent = nullptr);
0 commit comments