mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add the tooltip item to the new profile.
The functionality is not there yet - just the item hovering the screen. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c1ed9babc7
commit
19585d9a13
2 changed files with 13 additions and 21 deletions
|
|
@ -16,6 +16,7 @@
|
|||
#include "graphicsview-common.h"
|
||||
#include "divelineitem.h"
|
||||
|
||||
class ToolTipItem;
|
||||
class MeanDepthLine;
|
||||
class DiveReportedCeiling;
|
||||
class DiveTextItem;
|
||||
|
|
@ -75,6 +76,7 @@ private:
|
|||
QStateMachine *stateMachine;
|
||||
int zoomLevel;
|
||||
DivePixmapItem *background ;
|
||||
ToolTipItem *toolTipItem;
|
||||
// All those here should probably be merged into one structure,
|
||||
// So it's esyer to replicate for more dives later.
|
||||
// In the meantime, keep it here.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue