Skip to content

Commit 88b9215

Browse files
committed
Use valid but rare uuid for TextModelGroupItem::resetUuid method
1 parent 4ec6131 commit 88b9215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/corelib/business_layer/model/text/text_model_group_item.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ QUuid TextModelGroupItem::uuid() const
151151

152152
void TextModelGroupItem::resetUuid()
153153
{
154-
d->uuid = {};
154+
d->uuid = QUuid("{10000000-0000-0000-0000-000000000000}");
155155
}
156156

157157
int TextModelGroupItem::level() const

0 commit comments

Comments
 (0)