7 #include "ExportLayoutFunctions.h"
10 QString exportLayoutFunctionsToString (ExportLayoutFunctions exportLayoutFunctions)
14 switch (exportLayoutFunctions) {
15 case EXPORT_LAYOUT_ALL_PER_LINE:
16 rtn = QObject::tr (
"AllPerLine");
19 case EXPORT_LAYOUT_ONE_PER_LINE:
20 rtn = QObject::tr (
"OnePerLine");