summaryrefslogtreecommitdiffstats
path: root/origindialog.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-02-01 01:33:50 +0100
committerArno <arno@disconnect.de>2018-02-01 01:33:50 +0100
commitd6a44b289027db999e50a2b346327e6650a4f43c (patch)
tree9524ab4c154990fa5227fcb34103bc9331163b88 /origindialog.h
parentbf1366e4b8ecc3edc42d0d6511b3b91d6a1c805f (diff)
downloadShemovCleaner-d6a44b289027db999e50a2b346327e6650a4f43c.tar.gz
ShemovCleaner-d6a44b289027db999e50a2b346327e6650a4f43c.tar.bz2
ShemovCleaner-d6a44b289027db999e50a2b346327e6650a4f43c.zip
Modernize OriginDialog
Use type safe connect syntax and remove one Q_FOREACH makro. Make the reject button a non-member, but keep the OK button. I thought about gettring rid of the latter, too, but deactivating OK when no match is the most sensible way to go...
Diffstat (limited to 'origindialog.h')
-rw-r--r--origindialog.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/origindialog.h b/origindialog.h
index dd9cb3f..2380af6 100644
--- a/origindialog.h
+++ b/origindialog.h
@@ -35,7 +35,6 @@ class OriginDialog : public QDialog {
QLineEdit *mDstMd5;
QVector<QLineEdit*> mLineEdits;
QPushButton *mOk;
- QPushButton *mCancel;
qint64 mSeconds;
qint64 mSize;
qint64 mBitrate;