Skip to content

Commit af305bf

Browse files
committed
Fix Vera++ warnings
1 parent 05af1cc commit af305bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plugins/robots/common/twoDModel/src/engine/view/parts/gridSizeWidget.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* See the License for the specific language governing permissions and
1313
* limitations under the License. */
1414

15+
#pragma once
1516
#include <QWidget>
1617
#include <QSharedPointer>
1718
#include "twoDModel/engine/model/metricSystem.h"
@@ -24,7 +25,8 @@ namespace view {
2425

2526
/// A class that represents a set of QDoubleSpinBox's for different units of measurement,
2627
/// as they may require different sinlgeSterp, suffix, and other parameters.
27-
class GridSizeWidget : public QWidget {
28+
class GridSizeWidget : public QWidget
29+
{
2830
Q_OBJECT
2931
public:
3032
explicit GridSizeWidget(QWidget *parent = nullptr);

0 commit comments

Comments
 (0)