Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
class BundleCreator : public QObject
7
{
8
Q_OBJECT
9
public:
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