00001 #ifndef BLOCKFACTORY_H 00002 #define BLOCKFACTORY_H 00003 00004 #include "TopLevelBlock.h" 00005 00006 #include <QtCore/QSharedPointer> 00007 00008 QSharedPointer<TopLevelBlock> blockFactory(const DataPointer& start); 00009 00010 #endif