summaryrefslogtreecommitdiff
path: root/StructEnumDefinition_UltracopierSpecific.h
diff options
context:
space:
mode:
Diffstat (limited to 'StructEnumDefinition_UltracopierSpecific.h')
-rw-r--r--StructEnumDefinition_UltracopierSpecific.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/StructEnumDefinition_UltracopierSpecific.h b/StructEnumDefinition_UltracopierSpecific.h
index 480b7cb..067eb18 100644
--- a/StructEnumDefinition_UltracopierSpecific.h
+++ b/StructEnumDefinition_UltracopierSpecific.h
@@ -5,7 +5,9 @@
#include <string>
#include <vector>
+#ifndef ULTRACOPIER_LITTLE
#include <QDomElement>
+#endif
#ifndef STRUCTDEF_ULTRACOPIERSPECIFIC_H
#define STRUCTDEF_ULTRACOPIERSPECIFIC_H
@@ -28,7 +30,9 @@ struct PluginsAvailable
std::string path;
std::string name;
std::string writablePath;
+ #ifndef ULTRACOPIER_LITTLE
QDomElement categorySpecific;
+ #endif
std::string version;
std::vector<std::vector<std::string> > informations;
std::string errorString;