New profile: add placeholder code for the RulerItem

This patch just creates two files for the rulerItem, a .h and a .cpp.
nothing was done to make it visible on the new profile yet - will do that
on the next commits

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2014-02-27 13:28:58 -03:00 committed by Dirk Hohndel
parent 1695894130
commit 52fe9101c8
4 changed files with 215 additions and 7 deletions

View file

@ -75,7 +75,8 @@ HEADERS = \
qt-ui/profile/diveplotdatamodel.h \
qt-ui/profile/diveprofileitem.h \
qt-ui/profile/diveeventitem.h \
qt-ui/profile/divetooltipitem.h
qt-ui/profile/divetooltipitem.h \
qt-ui/profile/ruleritem.h
SOURCES = \
deco.c \
@ -138,7 +139,8 @@ SOURCES = \
qt-ui/profile/diveplotdatamodel.cpp \
qt-ui/profile/diveprofileitem.cpp \
qt-ui/profile/diveeventitem.cpp \
qt-ui/profile/divetooltipitem.cpp
qt-ui/profile/divetooltipitem.cpp \
qt-ui/profile/ruleritem.cpp
linux*: SOURCES += linux.c
mac: SOURCES += macos.c