MCPcopy Create free account
hub / github.com/YACReader/yacreader / BundleCreator

Class BundleCreator

YACReaderLibrary/bundle_creator.h:6–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include <QObject>
5
6class BundleCreator : public QObject
7{
8 Q_OBJECT
9public:
10 BundleCreator(void);
11 ~BundleCreator(void) override;
12};
13
14#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected