git-svn-id: svn://db.shs.com.ru/libs@137 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -126,7 +126,7 @@ DeviceItem * ConnectionView::addDevice(const QString & name, const QString & pat
|
||||
ret = new DeviceItem();
|
||||
PIString dp;
|
||||
PIIODevice::DeviceMode dm;
|
||||
PIConnection::splitFullPathWithMode(Q2PIString(path), &dp, &dm);
|
||||
PIIODevice::splitFullPath(Q2PIString(path), &dp, &dm);
|
||||
ret->setPos(0, 0);
|
||||
ret->setName(name);
|
||||
ret->setPath(PI2QString(dp));
|
||||
|
||||
Reference in New Issue
Block a user