Fix crash in settings dialog if current connection name is removed from config file.
This commit is contained in:
committed by
craig.p.drummond
parent
14a6751453
commit
b05ab4f3c5
@@ -1,4 +1,9 @@
|
||||
1.1.0
|
||||
1.1.1
|
||||
-----
|
||||
1. Fix crash in settings dialog if current connection name is removed from
|
||||
config file.
|
||||
|
||||
1.1.0
|
||||
-----
|
||||
1. Display 'Calculating...', and 'Deleting...' in cache settings page if
|
||||
relevant.
|
||||
|
||||
@@ -68,6 +68,7 @@ class CollectionNameValidator : public QValidator
|
||||
ServerSettings::ServerSettings(QWidget *p)
|
||||
: QWidget(p)
|
||||
, haveBasicCollection(false)
|
||||
, prevIndex(0)
|
||||
{
|
||||
setupUi(this);
|
||||
#if defined ENABLE_DEVICES_SUPPORT
|
||||
|
||||
Reference in New Issue
Block a user