Utils: Add convenience function for generating a unique Id

Change-Id: I74516ef5077009ebcf1d47c724ca63e502729ede
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Kandeler
2024-07-12 11:32:14 +02:00
parent 6d4e901e5e
commit fec896e712
20 changed files with 25 additions and 36 deletions

View File

@@ -6,8 +6,6 @@
#include <utils/algorithm.h>
#include <utils/qtcassert.h>
#include <QUuid>
namespace {
template<typename First>
void impl_option_cat(QStringList &list, const First &first)