comparison src/main.cpp @ 15:03dad1cff5b9

Minor layout fixes
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 22 Mar 2016 17:49:11 +0100
parents 5c256892042c
children 927794e3cc52
comparison
equal deleted inserted replaced
14:256182eca5b6 15:03dad1cff5b9
128 if (args.size() > 1) { 128 if (args.size() > 1) {
129 parser.showHelp(1); 129 parser.showHelp(1);
130 } 130 }
131 131
132 ConvertFormat fmt = Format_XLSX; 132 ConvertFormat fmt = Format_XLSX;
133 /* Initialize the converter. */ 133 /* Initialize the converter.
134 if (parser.isSet(QStringLiteral("pdf"))) { 134 if (parser.isSet(QStringLiteral("pdf"))) {
135 fmt = Format_PDF; 135 fmt = Format_PDF;
136 } 136 }*/
137 QString infile; 137 QString infile;
138 if (args.size()) { 138 if (args.size()) {
139 infile = args.first(); 139 infile = args.first();
140 } 140 }
141 Converter conv(infile, parser.value("output"), fmt, 141 Converter conv(infile, parser.value("output"), fmt,
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)