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

Method buddyOrder

kdevplatform/shell/tests/test_shellbuddy.cpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 return true;
57 }
58 bool buddyOrder(const QUrl& url1, const QUrl& /*url2*/) override
59 {
60 const QStringList name1 = url1.fileName().split('.');
61 return name1.at(1) == QLatin1String("l");
62 }
63
64 QVector<QUrl> potentialBuddies(const QUrl& url) const override
65 {

Callers 1

openDocumentInternalMethod · 0.45

Calls 3

splitMethod · 0.45
fileNameMethod · 0.45
atMethod · 0.45

Tested by

no test coverage detected