aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/printdialog.h
diff options
context:
space:
mode:
authorGravatar Boris Barbulovski <bbarbulovski@gmail.com>2014-02-09 00:13:58 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-02-09 08:20:17 -0800
commit7c4c0802dceffdaa7bb3c41ce5fbc7f79d8a916a (patch)
tree912844e26136a8b390f727cc9ad855072b13342a /qt-ui/printdialog.h
parentaeaa0503069f2f1f095afed6f19d4fefa19a5385 (diff)
downloadsubsurface-7c4c0802dceffdaa7bb3c41ce5fbc7f79d8a916a.tar.gz
PrintDialog small improvements.
* Remove closeClicked() slot, and use QDialogs accept() slot * Simplify QObject::connect call by removing the QObject scope. Signed-off-by: Boris Barbulovski <bbarbulovski@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/printdialog.h')
-rw-r--r--qt-ui/printdialog.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/printdialog.h b/qt-ui/printdialog.h
index 8f5edec72..ebaea846a 100644
--- a/qt-ui/printdialog.h
+++ b/qt-ui/printdialog.h
@@ -26,7 +26,6 @@ private:
private slots:
void previewClicked();
void printClicked();
- void closeClicked();
void onPaintRequested(QPrinter *);
};