Mercurial > clickerconvert
changeset 7:afb1ecf0f1db
Comment out unimplmented pdf option
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 22 Mar 2016 15:16:23 +0100 |
parents | a10425e7ef98 |
children | 24d547e7ea09 |
files | src/cconvert_options.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/cconvert_options.h Tue Mar 22 15:15:39 2016 +0100 +++ b/src/cconvert_options.h Tue Mar 22 15:16:23 2016 +0100 @@ -17,9 +17,9 @@ { QList<QCommandLineOption> options; - options << QCommandLineOption(QStringList() << QStringLiteral("pdf") + options /*<< QCommandLineOption(QStringList() << QStringLiteral("pdf") << QStringLiteral("p"), - QObject::tr("Output as pdf (default xlsx)")) + QObject::tr("Output as pdf (default xlsx)")) */ << QCommandLineOption(QStringList() << QStringLiteral("output") << QStringLiteral("o"), QObject::tr("write output to file (default stdout)"),