MCPcopy Create free account
hub / github.com/TeXworks/texworks / FindDialog

Method FindDialog

src/FindDialog.cpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38const int kMaxRecentStrings = 10;
39
40FindDialog::FindDialog(QTextEdit *parent)
41 : QDialog(parent)
42{
43 init(parent);
44}
45
46bool RecentStringsKeyFilter::eventFilter(QObject *obj, QEvent *event)
47{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected