MCPcopy Create free account
hub / github.com/Kitware/CMake / typeString

Method typeString

Source/QtDialog/AddCacheEntry.cxx:81–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81QString AddCacheEntry::typeString() const
82{
83 int idx = this->Type->currentIndex();
84 if (idx >= 0 && idx < NumTypes) {
85 return TypeStrings[idx];
86 }
87 return TypeStrings[DefaultTypeIndex];
88}
89
90void AddCacheEntry::onCompletionActivated(QString const& text)
91{

Callers 1

addCacheEntryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected