Utils: Remove the non-QTC_USE_STORE case

Change-Id: I857a38c80470d1b474ca0f291a93ed58fbcc0bf4
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
hjk
2023-08-29 15:45:38 +02:00
parent 246f33c20d
commit 09f15a31df
5 changed files with 0 additions and 38 deletions

View File

@@ -161,11 +161,7 @@ QString Id::toString() const
/*! \internal */
Key Id::toKey() const
{
#ifdef QTC_USE_STORE
return name();
#else
return toString();
#endif
}
/*!