mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Move the divetooltipitem to its own file.
This is needed so we can share the dive tooltip item with the new and old profile at the same time. Next few commits will be setting the functionality of the tooltip item on the new one. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ddd7d2edcc
commit
c1ed9babc7
5 changed files with 269 additions and 240 deletions
|
|
@ -73,7 +73,8 @@ HEADERS = \
|
|||
qt-ui/profile/divecartesianaxis.h \
|
||||
qt-ui/profile/diveplotdatamodel.h \
|
||||
qt-ui/profile/diveprofileitem.h \
|
||||
qt-ui/profile/diveeventitem.h
|
||||
qt-ui/profile/diveeventitem.h \
|
||||
qt-ui/profile/divetooltipitem.h
|
||||
|
||||
SOURCES = \
|
||||
deco.c \
|
||||
|
|
@ -134,7 +135,8 @@ SOURCES = \
|
|||
qt-ui/profile/divecartesianaxis.cpp \
|
||||
qt-ui/profile/diveplotdatamodel.cpp \
|
||||
qt-ui/profile/diveprofileitem.cpp \
|
||||
qt-ui/profile/diveeventitem.cpp
|
||||
qt-ui/profile/diveeventitem.cpp \
|
||||
qt-ui/profile/divetooltipitem.cpp
|
||||
|
||||
linux*: SOURCES += linux.c
|
||||
mac: SOURCES += macos.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue