forked from qt-creator/qt-creator
Remove unused friend of QmlJS::Bind.
This commit is contained in:
@@ -39,7 +39,6 @@
|
|||||||
|
|
||||||
namespace QmlJS {
|
namespace QmlJS {
|
||||||
|
|
||||||
class LinkImports;
|
|
||||||
class Link;
|
class Link;
|
||||||
class Document;
|
class Document;
|
||||||
|
|
||||||
@@ -95,7 +94,6 @@ private:
|
|||||||
QStringList _includedScripts;
|
QStringList _includedScripts;
|
||||||
QStringList _localImports;
|
QStringList _localImports;
|
||||||
|
|
||||||
friend class LinkImports;
|
|
||||||
friend class Link;
|
friend class Link;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user