Progress indicator is now visible right after SettingsDlg is opened
[irwi] / src / settingsdlg.h
index 78c72f6..09cda7a 100644 (file)
@@ -20,6 +20,7 @@ class SettingsDlg : public QDialog
 public:
     SettingsDlg(QWidget *parent = 0);
     ~SettingsDlg();
+    void showEvent(class QShowEvent *);
 
 private slots:
     void showAdvSettingsDlg();
@@ -37,6 +38,7 @@ private:
     void setBusy(bool busy = true);
 
 private:
+    bool m_busy;
     Remote m_remote;
 
     QVBoxLayout *m_layout;