mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-25 01:51:49 +08:00
wip
This commit is contained in:
parent
f6a6fb763b
commit
3cbdf9e970
@ -802,7 +802,7 @@ class LIB_EXPORT JKQTPxyLineErrorGraph: public JKQTPxyLineGraph, public JKQTPxyG
|
||||
JKQTPxyLineGraph(parent), JKQTPxyGraphErrors()
|
||||
{ setErrorColorFromGraphColor(color); }
|
||||
/** \brief class constructor */
|
||||
inline JKQTPxyLineErrorGraph(JKQtPlotter* parent=NULL):
|
||||
inline JKQTPxyLineErrorGraph(JKQtPlotter* parent):
|
||||
JKQTPxyLineGraph(parent), JKQTPxyGraphErrors()
|
||||
{ setErrorColorFromGraphColor(color); }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user