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

Method textChanged

plugins/quickopen/quickopenwidget.cpp:314–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314void QuickOpenWidget::textChanged(const QString& str)
315{
316 QString strTrimmed = str.trimmed();
317
318 // "cheap" when something was just appended to the current filter
319 updateTimerInterval(strTrimmed.startsWith(m_filter));
320 m_filter = strTrimmed;
321 m_filterTimer.start();
322}
323
324void QuickOpenWidget::applyFilter()
325{

Callers 1

applyFilterMethod · 0.45

Calls 1

startMethod · 0.45

Tested by

no test coverage detected