Add program options --output and --hidden and implement PDF as export format

This commit is contained in:
wmayer
2012-03-31 13:25:01 +02:00
parent d3ffc1e5af
commit 76b5c9da7f
10 changed files with 94 additions and 15 deletions

View File

@@ -92,8 +92,6 @@ public:
void print();
void printPdf();
void printPreview();
protected Q_SLOTS:
void print(QPrinter* printer);
protected: