replace PIConfig::Entry operators to functions
This commit is contained in:
@@ -858,7 +858,7 @@ bool PIPeer::openDevice() {
|
||||
"pip.conf"
|
||||
#endif
|
||||
, PIIODevice::ReadOnly);
|
||||
server_ip = conf.getValue("peer_server_ip", "");
|
||||
server_ip = conf.getValue("peer_server_ip", "").toString();
|
||||
reinit();
|
||||
diag_d.reset();
|
||||
diag_s.reset();
|
||||
|
||||
Reference in New Issue
Block a user