MCPcopy Create free account
hub / github.com/SaschaWillems/VulkanCapsViewer / addTextItem

Function addTextItem

vulkanCapsViewer.cpp:1207–1213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1205}
1206
1207void addTextItem(QStandardItem* parent, const QString& key, const QString& value)
1208{
1209 QList<QStandardItem*> item;
1210 item << new QStandardItem(key);
1211 item << new QStandardItem(value);
1212 parent->appendRow(item);
1213}
1214
1215template<typename BitsType>
1216void addBitFlagsItem(QStandardItem* parent, const QString& key, const VkFlags flags, std::string(* const flagToString)(BitsType))

Callers 1

addPropertiesRowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected