From a6ed6651b31fc888564446659112a38d4593849f Mon Sep 17 00:00:00 2001 From: Erik Andresen <e.andresen@uni-wuppertal.de> Date: Wed, 20 Jan 2016 15:19:16 +0100 Subject: [PATCH] Forgot to remove Actionstack in GRAPHICVIEW_H --- src/GraphicView.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GraphicView.h b/src/GraphicView.h index 5466f7c..5f8d6be 100644 --- a/src/GraphicView.h +++ b/src/GraphicView.h @@ -208,8 +208,8 @@ private: bool _gridmode; //Undo/Redo - ActionStack _undoStack; - ActionStack _redoStack; + //ActionStack _undoStack; + //ActionStack _redoStack; signals: -- GitLab