summaryrefslogtreecommitdiffstats
path: root/pictureviewer2.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2016-03-30 15:55:53 +0200
committerArno <arno@disconnect.de>2016-03-30 15:55:53 +0200
commit249fe5161e6dcc679f23db256dab622c57e26e3b (patch)
tree372fad492bc5c0a4586d89d97fc0ad8597887416 /pictureviewer2.h
parentf58c47a1ea939b82502f9c2c9109d26193c6f102 (diff)
downloadSheMov-249fe5161e6dcc679f23db256dab622c57e26e3b.tar.gz
SheMov-249fe5161e6dcc679f23db256dab622c57e26e3b.tar.bz2
SheMov-249fe5161e6dcc679f23db256dab622c57e26e3b.zip
Remove calculate results from SlideDlg
Never did anything, and we'll know soon enough.
Diffstat (limited to 'pictureviewer2.h')
-rw-r--r--pictureviewer2.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/pictureviewer2.h b/pictureviewer2.h
index c4a7a52..3c57005 100644
--- a/pictureviewer2.h
+++ b/pictureviewer2.h
@@ -168,8 +168,6 @@ class PictureViewerSlideDlg : public QDialog {
QSpinBox *mRecentDays;
QPushButton *mOk;
QPushButton *mCancel;
- QPushButton *mCalcResultCount;
- QString mResultCountTempl;
MappingEditWidget *mMappingEditWidget;
int mSlideResult;
};