diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2013-12-04 14:14:04 +0200 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2013-12-04 14:14:04 +0200 |
commit | ecf483db460e78d8dc08e5f1eb6b57ccbe7aa6ba (patch) | |
tree | 7e6bfc6a9e72c67dd99a901824004f1593cd9b1a /qt-ui/printdialog.h | |
parent | c89d83611be9725d718c34de171862658be0f8b3 (diff) | |
download | subsurface-ecf483db460e78d8dc08e5f1eb6b57ccbe7aa6ba.tar.gz |
PrintDialog: add a 'Close' button
The dialog was missing a 'Close' button so we add it.
Also change the mnemonic of the 'Preview' button, as it
was the same as the one for print 'Print'.
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'qt-ui/printdialog.h')
-rw-r--r-- | qt-ui/printdialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/printdialog.h b/qt-ui/printdialog.h index 5c5c1fbf6..924f21acc 100644 --- a/qt-ui/printdialog.h +++ b/qt-ui/printdialog.h @@ -25,6 +25,7 @@ private: private slots: void previewClicked(); void printClicked(); + void closeClicked(); void onPaintRequested(QPrinter *); }; |