Files
yacreader/YACReaderLibrary/bundle_creator.h
Luis Ángel San Martín 5e686ea693 fixed compilation in MacOSX
2014-01-04 13:44:40 +01:00

14 lines
198 B
C++

#ifndef __BUNDLE_CREATOR_H
#define __BUNDLE_CREATOR_H
#include <QtCore>
class BundleCreator : public QObject
{
Q_OBJECT
public:
BundleCreator(void);
~BundleCreator(void);
};
#endif