Remov warning -squash group by meaningful groups

This commit is contained in:
Abdullah Tahiri
2023-03-19 08:12:30 +01:00
committed by abdullahtahiriyo
parent e763fd3d80
commit 75fd0dbc73

View File

@@ -104,16 +104,17 @@ public:
private:
/// Reference to ViewProviderSketch in order to access the public and the Attorney Interface
ViewProviderSketch & viewProvider;
bool angleSnapEnabled;
bool snapRequested;
bool snapToObjectsRequested;
bool snapToGridRequested;
Base::Vector2d referencePoint;
double lastMouseAngle;
double snapAngle;
bool snapRequested;
bool snapToObjectsRequested;
bool snapToGridRequested;
/// Observer to track all the needed parameters.
std::unique_ptr<SnapManager::ParameterObserver> pObserver;
};