summaryrefslogtreecommitdiffstats
path: root/randomtab.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-09-29 17:12:08 +0200
committerArno <arno@disconnect.de>2018-09-29 17:12:08 +0200
commit370c1073155d81cfbcea146209876662a72f2f20 (patch)
treef155b8d7a3b310e5386ec54c16bbfbf258e39344 /randomtab.h
parentc0d4cdd495571397f733525e88b8d268a360f522 (diff)
downloadSheMov-370c1073155d81cfbcea146209876662a72f2f20.tar.gz
SheMov-370c1073155d81cfbcea146209876662a72f2f20.tar.bz2
SheMov-370c1073155d81cfbcea146209876662a72f2f20.zip
Make QPushButtons in RandomTab local
While at it, convert to type-safe connect syntax.
Diffstat (limited to 'randomtab.h')
-rw-r--r--randomtab.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/randomtab.h b/randomtab.h
index 790a4e6..03dfba9 100644
--- a/randomtab.h
+++ b/randomtab.h
@@ -65,11 +65,6 @@ class RandomTab : public QWidget {
QComboBox *mActor3;
QVector<QComboBox*> mActorBoxes;
QLineEdit *mNumber;
- QPushButton *mSelect;
- QPushButton *mClear;
- QPushButton *mRefresh;
- QPushButton *mPlaySelected;
- QPushButton *mPlayAll;
RandomFileView *mFileView;
QTextEdit *mLog;
QStandardItemModel *mFileModel;