SketcherGui: apply clang-format
This commit is contained in:
committed by
abdullahtahiriyo
parent
dc2d861bf0
commit
78ae9c1d7d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user