SketcherGui: apply clang-format

This commit is contained in:
Abdullah Tahiri
2023-05-25 15:09:30 +02:00
committed by abdullahtahiriyo
parent dc2d861bf0
commit 78ae9c1d7d
98 changed files with 17648 additions and 13572 deletions

View File

@@ -26,10 +26,11 @@
#include <QDialog>
namespace SketcherGui {
namespace SketcherGui
{
class Ui_SketchRectangularArrayDialog;
class SketchRectangularArrayDialog : public QDialog
class SketchRectangularArrayDialog: public QDialog
{
Q_OBJECT
@@ -38,7 +39,7 @@ public:
~SketchRectangularArrayDialog() override;
void accept() override;
int Rows;
int Cols;
bool ConstraintSeparation;
@@ -47,10 +48,11 @@ public:
protected:
void updateValues();
private:
std::unique_ptr<Ui_SketchRectangularArrayDialog> ui;
};
}
}// namespace SketcherGui
#endif // SKETCHERGUI_SketchRectangularArrayDialog_H
#endif// SKETCHERGUI_SketchRectangularArrayDialog_H