Commit 2d75a33c authored by Alexey Bulatov's avatar Alexey Bulatov

Allow autoconnect on start for UDP links

parent eee84bff
......@@ -136,6 +136,7 @@ public:
void loadSettings (QSettings& settings, const QString& root);
void saveSettings (QSettings& settings, const QString& root);
void updateSettings ();
bool isAutoConnectAllowed () { return true; }
QString settingsURL () { return "UdpSettings.qml"; }
signals:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment