mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 11:04:25 -04:00
Update dialog info when it is shown
This commit is contained in:
@ -13,6 +13,7 @@ class ServerConfigDialog : public QDialog
|
||||
Q_OBJECT
|
||||
public:
|
||||
ServerConfigDialog(QWidget *parent = 0);
|
||||
void showEvent(QShowEvent *event) override;
|
||||
|
||||
private:
|
||||
QComboBox *ip;
|
||||
|
Reference in New Issue
Block a user