Create UndoBuffer class

Add an empty UndoBuffer class. This will be built up on to
implement a working undo/redo mechanism.

Signed-off-by: Grace Karanja <gracie.karanja89@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Grace Karanja 2015-02-09 09:17:38 +01:00 committed by Dirk Hohndel
parent c2e2391493
commit 853dfa6673
3 changed files with 69 additions and 2 deletions

View file

@ -104,7 +104,8 @@ HEADERS = \
qt-ui/statistics/statisticsbar.h \
qt-ui/statistics/yearstatistics.h \
qt-ui/diveshareexportdialog.h \
qt-ui/filtermodels.h
qt-ui/filtermodels.h \
qt-ui/undobuffer.h
android: HEADERS -= \
qt-ui/usermanual.h \
@ -198,7 +199,8 @@ SOURCES = \
qt-ui/statistics/statisticsbar.cpp \
qt-ui/statistics/monthstatistics.cpp \
qt-ui/diveshareexportdialog.cpp \
qt-ui/filtermodels.cpp
qt-ui/filtermodels.cpp \
qt-ui/undobuffer.cpp
android: SOURCES += android.cpp
else: win32: SOURCES += windows.c