mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2025-01-24 06:32:12 +08:00
MSVC: Fix ambiguous call to JKQtBasePlotter::JKQtBasePlotter(void)
This commit is contained in:
parent
6f1f1c9ddf
commit
8896eed69c
@ -759,7 +759,7 @@ class LIB_EXPORT JKQtBasePlotter: public QObject {
|
|||||||
* will be managed (freed) by this class. If \a datastore_internal is \c false the class will use tha datastore provided
|
* will be managed (freed) by this class. If \a datastore_internal is \c false the class will use tha datastore provided
|
||||||
* in \a datast as an external datastore. You can modify this later by using useInternalDatastore() and useExternalDatastore().
|
* in \a datast as an external datastore. You can modify this later by using useInternalDatastore() and useExternalDatastore().
|
||||||
*/
|
*/
|
||||||
JKQtBasePlotter(bool datastore_internal=true, QObject* parent=nullptr, JKQTPdatastore* datast=nullptr);
|
JKQtBasePlotter(bool datastore_internal, QObject* parent=nullptr, JKQTPdatastore* datast=nullptr);
|
||||||
|
|
||||||
/** \brief class destructor */
|
/** \brief class destructor */
|
||||||
virtual ~JKQtBasePlotter();
|
virtual ~JKQtBasePlotter();
|
||||||
|
Loading…
Reference in New Issue
Block a user