forked from qt-creator/qt-creator
Utils: Remove the non-QTC_USE_STORE case
Change-Id: I857a38c80470d1b474ca0f291a93ed58fbcc0bf4 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -161,11 +161,7 @@ QString Id::toString() const
|
||||
/*! \internal */
|
||||
Key Id::toKey() const
|
||||
{
|
||||
#ifdef QTC_USE_STORE
|
||||
return name();
|
||||
#else
|
||||
return toString();
|
||||
#endif
|
||||
}
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user