Mercurial > clickerconvert
comparison src/cconvert_options.h @ 7:afb1ecf0f1db
Comment out unimplmented pdf option
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 22 Mar 2016 15:16:23 +0100 |
parents | 8b4c49c92451 |
children | 0b66b10a287d |
comparison
equal
deleted
inserted
replaced
6:a10425e7ef98 | 7:afb1ecf0f1db |
---|---|
15 | 15 |
16 static void cconvert_options(QCommandLineParser &parser) | 16 static void cconvert_options(QCommandLineParser &parser) |
17 { | 17 { |
18 QList<QCommandLineOption> options; | 18 QList<QCommandLineOption> options; |
19 | 19 |
20 options << QCommandLineOption(QStringList() << QStringLiteral("pdf") | 20 options /*<< QCommandLineOption(QStringList() << QStringLiteral("pdf") |
21 << QStringLiteral("p"), | 21 << QStringLiteral("p"), |
22 QObject::tr("Output as pdf (default xlsx)")) | 22 QObject::tr("Output as pdf (default xlsx)")) */ |
23 << QCommandLineOption(QStringList() << QStringLiteral("output") | 23 << QCommandLineOption(QStringList() << QStringLiteral("output") |
24 << QStringLiteral("o"), | 24 << QStringLiteral("o"), |
25 QObject::tr("write output to file (default stdout)"), | 25 QObject::tr("write output to file (default stdout)"), |
26 QObject::tr("[file]")) | 26 QObject::tr("[file]")) |
27 << QCommandLineOption(QStringList() << QStringLiteral("title") | 27 << QCommandLineOption(QStringList() << QStringLiteral("title") |