Added notifications and canceling to xdxf download dialog
[mdictionary] / src / plugins / xdxf / XdxfDictDownloadProgressDialog.h
index 05c10e6..18be373 100644 (file)
 class XdxfDictDownloadProgressDialog : public QDialog {
     Q_OBJECT
 public:
-    XdxfDictDownloadProgressDialog(QString title, QWidget *parent = 0);
+    XdxfDictDownloadProgressDialog(QWidget *parent = 0);
 
 public Q_SLOTS:
     void reject();
+    void setText(QString);
 
 Q_SIGNALS:
     //! signal emitted when user cancels downloading of a dictionary