added possibility to pause/abort the operations
[case] / src / dialog.cpp
index 8af4fba..483f493 100644 (file)
@@ -22,6 +22,7 @@
 
 Dialog::Dialog(QWidget *parent) :
     QDialog(parent),
+    clickedButton(0),
     text(new QLabel()),
     buttons1(new QDialogButtonBox(Qt::Vertical)),
     buttons2(new QDialogButtonBox(Qt::Vertical))