mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-15 09:04:36 +00:00
cleanups
This commit is contained in:
parent
949c1cec63
commit
fca63a7b85
@ -1,7 +0,0 @@
|
||||
Flying pointers to remove:
|
||||
meshlab/mainwindow_init.cpp
|
||||
meshlab/customDialog.cpp
|
||||
meshlab/filterScriptDialog.cpp
|
||||
meshlabserver/mainserver.cpp
|
||||
|
||||
|
||||
@ -129,7 +129,6 @@ public:
|
||||
RichParameter& addParam(const RichParameter& pd);
|
||||
void join(const RichParameterList& rps);
|
||||
|
||||
|
||||
void pushFromQDomElement(QDomElement np);
|
||||
|
||||
void swap(RichParameterList& oth);
|
||||
|
||||
@ -70,8 +70,3 @@ void MeshValue::fillToXMLElement(QDomElement&) const
|
||||
//could be a good idea.
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -115,9 +115,6 @@ bool FilterScript::open(QString filename)
|
||||
qDebug("Reading filter with name %s", qUtf8Printable(name));
|
||||
for(QDomElement np = nf.firstChildElement("Param"); !np.isNull(); np = np.nextSiblingElement("Param"))
|
||||
{
|
||||
RichParameter* rp = NULL;
|
||||
RichParameterAdapter::create(np,&rp);
|
||||
//FilterParameter::addQDomElement(par,np);
|
||||
par.pushFromQDomElement(np);
|
||||
}
|
||||
FilterNameParameterValuesPair* tmp = new FilterNameParameterValuesPair();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user