summaryrefslogtreecommitdiffstats
path: root/src/inkscape-application.h
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2019-04-24 17:09:29 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2019-04-24 17:09:29 +0000
commitce6d9290e0d31aa666d5202a1c5ede1b68c74a7f (patch)
tree446b4323cd365e419efb5dd1c1e48422ff0a5bc6 /src/inkscape-application.h
parentRemove missing extensions from POTFILES.in (diff)
downloadinkscape-ce6d9290e0d31aa666d5202a1c5ede1b68c74a7f.tar.gz
inkscape-ce6d9290e0d31aa666d5202a1c5ede1b68c74a7f.zip
Fix commandline page selection page selection and allow to select poppler in cmd
Diffstat (limited to 'src/inkscape-application.h')
-rw-r--r--src/inkscape-application.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inkscape-application.h b/src/inkscape-application.h
index 05fbafb89..d3c909f4a 100644
--- a/src/inkscape-application.h
+++ b/src/inkscape-application.h
@@ -92,6 +92,8 @@ protected:
bool _with_gui;
bool _batch_process; // Temp
bool _use_shell;
+ int _pdf_page;
+ int _pdf_poppler;
InkscapeApplication();
// Documents are owned by the application which is responsible for opening/saving/exporting. WIP