diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-03-26 23:36:06 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-03-27 10:42:07 -0700 |
commit | 198199adaea29963cac81325d45e13310091ff35 (patch) | |
tree | 0ef193db7cf80ef29b0e4f9f97cfa1eec6b0c83a /qt-ui/printdialog.h | |
parent | 605cff32a51bf8b5b7dba73fc18622afded39539 (diff) | |
download | subsurface-198199adaea29963cac81325d45e13310091ff35.tar.gz |
Remove printing when building for Android
Qt for Android doesn't support printing.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/printdialog.h')
-rw-r--r-- | qt-ui/printdialog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/printdialog.h b/qt-ui/printdialog.h index 33cc25f03..32069a278 100644 --- a/qt-ui/printdialog.h +++ b/qt-ui/printdialog.h @@ -29,5 +29,4 @@ slots: void printClicked(); void onPaintRequested(QPrinter *); }; - #endif // PRINTDIALOG_H |