MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / selectedTextEquals

Function selectedTextEquals

tests/help_dialog_test.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71bool selectedTextEquals(QTextBrowser* browser, const QString& expected)
72{
73 return browser->textCursor().selectedText().compare(expected, Qt::CaseInsensitive) == 0;
74}
75
76void testFindNextAndWrap()
77{

Callers 3

testFindNextAndWrapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected