summaryrefslogtreecommitdiffstats
path: root/subsurface.pro
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2014-01-14 16:01:17 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-01-16 10:12:29 +0700
commitca07f45561aecf788dfbbbda9e36135f6fae69d2 (patch)
tree000717f1fea8c0608179f8dfd494f39dce890981 /subsurface.pro
parent408b7dd5e568519360701e01bc87888a5d8be931 (diff)
downloadsubsurface-ca07f45561aecf788dfbbbda9e36135f6fae69d2.tar.gz
Added a new Namespace to deal with Animations and related functions.
Since the animation methods are fairly the same for any QGraphicsItem, I created a new namespace named 'Animations' that should handle all of the specific Animation Functions there, and the programmer has to call those functions from the objects. Good thing is that this reduces boilerplate code. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.pro')
-rw-r--r--subsurface.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/subsurface.pro b/subsurface.pro
index 1fcabe2bd..2753e3374 100644
--- a/subsurface.pro
+++ b/subsurface.pro
@@ -67,7 +67,8 @@ HEADERS = \
qt-ui/profile/diverectitem.h \
qt-ui/profile/divepixmapitem.h \
qt-ui/profile/divelineitem.h \
- qt-ui/profile/divetextitem.h
+ qt-ui/profile/divetextitem.h \
+ qt-ui/profile/animationfunctions.h
SOURCES = \
deco.c \
@@ -122,7 +123,8 @@ SOURCES = \
qt-ui/profile/diverectitem.cpp \
qt-ui/profile/divepixmapitem.cpp \
qt-ui/profile/divelineitem.cpp \
- qt-ui/profile/divetextitem.cpp
+ qt-ui/profile/divetextitem.cpp \
+ qt-ui/profile/animationfunctions.cpp
linux*: SOURCES += linux.c
mac: SOURCES += macos.c