From
56491f1d5772764aa82a5bda85c83ab336af4346 Mon Sep 17 00:00:00 2001
Bug: https://bugs.quassel-irc.org/issues/1544
Bug-Ubuntu: https://bugs.launchpad.net/quassel/+bug/
1885436
Origin: upstream, https://github.com/quassel/quassel/pull/518
Origin: upstream, https://github.com/quassel/quassel/commit/
56491f1d5772764aa82a5bda85c83ab336af4346
Gbp-Pq: Topic qt514
Gbp-Pq: Name 0005-qa-Replace-deprecated-QString-sprintf-by-QString-asp.patch
else
action->setObjectName(indexName);
if (indexName.isEmpty())
- indexName = indexName.sprintf("unnamed-%p", (void *)action);
+ indexName = indexName.asprintf("unnamed-%p", (void*)action);
// do we already have this action?
if (_actionByName.value(indexName, 0) == action)