MCPcopy Create free account
hub / github.com/KDE/kdevelop / operator==

Method operator==

plugins/openwith/openwithplugin.cpp:162–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162bool OpenWithUtils::operator==(const FileOpener& a, const FileOpener& b)
163{
164 Q_ASSERT(a.isValid());
165 Q_ASSERT(b.isValid());
166 return a.isPart() == b.isPart() && a.id() == b.id();
167}
168
169bool OpenWithPlugin::canOpenDefault() const
170{

Callers

nothing calls this directly

Calls 3

isPartMethod · 0.80
isValidMethod · 0.45
idMethod · 0.45

Tested by

no test coverage detected