mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
profile: remove DiveLineItem
This was an empty wrapper around QGraphicsLineItem. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
faf18ef36b
commit
76faecb379
10 changed files with 2 additions and 65 deletions
|
|
@ -10,7 +10,6 @@
|
|||
|
||||
class ProfileScene;
|
||||
class DiveTextItem;
|
||||
class DiveLineItem;
|
||||
|
||||
class DiveCartesianAxis : public QGraphicsLineItem {
|
||||
private:
|
||||
|
|
@ -57,7 +56,7 @@ private:
|
|||
QLineF lineStart;
|
||||
QLineF lineEnd;
|
||||
std::unique_ptr<DiveTextItem> label;
|
||||
std::unique_ptr<DiveLineItem> line;
|
||||
std::unique_ptr<QGraphicsLineItem> line;
|
||||
};
|
||||
Position position;
|
||||
bool inverted; // Top-to-bottom or right-to-left axis.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue