version 2.18.0
add GraphicRanges to graphic library new graphic_analysis library
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "graphicplugin.h"
|
||||
|
||||
QADGraphic::QADGraphic(QObject * parent): QObject(parent) {
|
||||
m_widgets.append(new GraphicPlugin(this));
|
||||
m_widgets << new GraphicPlugin(this);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user