mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
1695894130
commit
52fe9101c8
4 changed files with 215 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue