MSVC: Fix ambiguous call to JKQtBasePlotter::JKQtBasePlotter(void)

This commit is contained in:
Razi Alavizadeh 2018-12-19 05:02:38 +03:30
parent 6f1f1c9ddf
commit 8896eed69c

View File

@ -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();