7 #include "ExportLayoutFunctions.h" 10 QString exportLayoutFunctionsToString (ExportLayoutFunctions exportLayoutFunctions)
12 switch (exportLayoutFunctions) {
13 case EXPORT_LAYOUT_ALL_PER_LINE:
14 return QObject::tr (
"AllPerLine");
16 case EXPORT_LAYOUT_ONE_PER_LINE:
17 return QObject::tr (
"OnePerLine");
20 return QObject::tr (
"Unknown");