Fix format string

This commit is contained in:
baldurk
2017-08-17 13:00:41 +01:00
parent e819035f9e
commit 2291a92302
@@ -1377,7 +1377,7 @@ void VulkanPipelineStateViewer::setShaderState(const VKPipe::Shader &stage,
RDTreeWidgetItem *node =
new RDTreeWidgetItem({QString(), QString(), ToQStr(cblock.name), tr("Push constants"),
QString(), tr("%1 Variable(s)", "", cblock.variables.count)});
QString(), tr("%1 Variables").arg(cblock.variables.count)});
node->setTag(QVariant::fromValue(VulkanCBufferTag(cb, 0)));