/** @id $Id$ This file has been added: - by bootstrap.sh - on Tue, 10 November 2015 20:45:44 +0100 */ // 1 2 3 4 5 6 7 8 // 45678901234567890123456789012345678901234567890123456789012345678901234567890 #include #include #include #include int main(int argc, char *argv[]) try { QApplication a(argc, argv); QCommandLineParser parser; parser.addHelpOption(); parser.process(a); QStringList scripts(parser.positionalArguments()); PdfSign w; w.show(); return a.exec(); } catch (std::exception &x) { std::cerr<<"**** error: "<