Remov warning -squash group by meaningful groups
This commit is contained in:
committed by
abdullahtahiriyo
parent
e763fd3d80
commit
75fd0dbc73
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user