MCPcopy Create free account
hub / github.com/KDE/kdevelop / toConfigEntryValue

Method toConfigEntryValue

plugins/openwith/openwithplugin.cpp:122–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122QString FileOpener::toConfigEntryValue() const
123{
124 Q_ASSERT(isValid());
125 if (m_isPart) {
126 return partIdConfigEntryValuePrefix + m_id;
127 }
128 return m_id;
129}
130
131bool FileOpener::isValid() const
132{

Callers 1

rememberDefaultChoiceMethod · 0.80

Calls 1

isValidFunction · 0.50

Tested by

no test coverage detected