Run the binding pass

This commit is contained in:
Roberto Raggi
2009-06-03 12:13:22 +02:00
parent 31e0b43395
commit 7b44f1749a
3 changed files with 17 additions and 1 deletions

View File

@@ -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