mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
aeaa050306
commit
7c4c0802dc
2 changed files with 2 additions and 8 deletions
|
|
@ -26,7 +26,6 @@ private:
|
|||
private slots:
|
||||
void previewClicked();
|
||||
void printClicked();
|
||||
void closeClicked();
|
||||
void onPaintRequested(QPrinter *);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue