forked from qt-creator/qt-creator
Task: Update Task to use Utils::FileName and Core::Id
Use Utils::FileName and Core::Id in Task structure. Change-Id: Ia0ed459f86df36ffe547abde7c240b0ac409bcf5 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
@@ -55,7 +55,7 @@ static QHash<QByteArray, int> idFromString;
|
||||
|
||||
static int theId(const QByteArray &ba)
|
||||
{
|
||||
QTC_ASSERT(!ba.isEmpty(), /**/);
|
||||
QTC_CHECK(!ba.isEmpty());
|
||||
int res = idFromString.value(ba);
|
||||
if (res == 0) {
|
||||
if (lastUid == 0)
|
||||
|
||||
Reference in New Issue
Block a user