22 #ifndef CTKCMDLINEMODULEREFERENCE_H
23 #define CTKCMDLINEMODULEREFERENCE_H
25 #include <ctkCommandLineModulesCoreExport.h>
27 #include <QSharedDataPointer>
32 struct ctkCmdLineModuleReferencePrivate;
60 operator bool()
const;
73 QByteArray rawXmlDescription()
const;
80 QString xmlValidationErrorString()
const;
86 QUrl location()
const;
99 QSharedDataPointer<ctkCmdLineModuleReferencePrivate> d;
107 #endif // CTKCMDLINEMODULEREFERENCE_H