mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Change the plot text so it receives a QPointF instead of x,y, and a Parent
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
parent
9a40333067
commit
b3b1b3f58f
2 changed files with 13 additions and 13 deletions
|
@ -72,7 +72,7 @@ protected:
|
|||
|
||||
private:
|
||||
void plot_depth_profile();
|
||||
void plot_text(text_render_options_t *tro, double x, double y, const QString &text);
|
||||
void plot_text(text_render_options_t *tro, const QPointF& pos, const QString &text, QGraphicsItem *parent = 0);
|
||||
void plot_events(struct divecomputer *dc);
|
||||
void plot_one_event(struct event *event);
|
||||
void plot_temperature_profile();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue