forked from qt-creator/qt-creator
Get rid of BindPtr.
There is no reason to store the Bind object in a QSharedPointer because the `binder' has the same lifetime of its document.
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
#include "qmljsbind.h"
|
||||
#include "qmljslink.h"
|
||||
#include "qmljscheck.h"
|
||||
#include "qmljsdocument.h"
|
||||
#include "qmljsmetatypesystem.h"
|
||||
|
||||
#include <QtCore/QDir>
|
||||
|
Reference in New Issue
Block a user