forked from qt-creator/qt-creator
Run the binding pass
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
#ifndef CPPBINDINGS_H
|
||||
#define CPPBINDINGS_H
|
||||
|
||||
#include <CPlusPlusForwardDeclarations.h>
|
||||
#include "CppDocument.h"
|
||||
|
||||
#include <QtCore/QList>
|
||||
#include <QtCore/QSharedPointer>
|
||||
@@ -171,6 +171,8 @@ public: // attributes
|
||||
QList<ClassBinding *> baseClassBindings;
|
||||
};
|
||||
|
||||
CPLUSPLUS_EXPORT NamespaceBindingPtr bind(Document::Ptr doc, Snapshot snapshot);
|
||||
|
||||
} // end of namespace CPlusPlus
|
||||
|
||||
#endif // CPPBINDINGS_H
|
||||
|
||||
Reference in New Issue
Block a user