forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.6'
Conflicts: src/plugins/remotelinux/deploymentinfo.cpp Change-Id: I92af9f9f558a76db78f838b0ccdfb8ad3d47af25
This commit is contained in:
@@ -107,7 +107,7 @@ static int theId(const char *str)
|
||||
if (lastUid == 0)
|
||||
stringFromId.append(QByteArray());
|
||||
res = ++lastUid;
|
||||
sh.str = strdup(sh.str);
|
||||
sh.str = qstrdup(sh.str);
|
||||
idFromString[sh] = res;
|
||||
stringFromId.append(QByteArray::fromRawData(sh.str, sh.n));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user