Skip to content

Commit

Permalink
Merge pull request #19 from tokjun/2431-no-such-slot-error-in-qMRMLIG…
Browse files Browse the repository at this point in the history
…TLIOModel

BUG: Call this->qvtkDisconnectAll() from qMRMLIGTLIOModel()
  • Loading branch information
tokjun committed Nov 23, 2013
2 parents 5659a93 + ba48d21 commit b73e6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUI/qMRMLIGTLIOModel.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ qMRMLIGTLIOModel::qMRMLIGTLIOModel(qMRMLIGTLIOModelPrivate* pimpl, QObject *pare
//------------------------------------------------------------------------------
qMRMLIGTLIOModel::~qMRMLIGTLIOModel()
{

this->qvtkDisconnectAll();
}


Expand Down

0 comments on commit b73e6a3

Please sign in to comment.