| 38 | const int kMaxRecentStrings = 10; |
| 39 | |
| 40 | FindDialog::FindDialog(QTextEdit *parent) |
| 41 | : QDialog(parent) |
| 42 | { |
| 43 | init(parent); |
| 44 | } |
| 45 | |
| 46 | bool RecentStringsKeyFilter::eventFilter(QObject *obj, QEvent *event) |
| 47 | { |
nothing calls this directly
no outgoing calls
no test coverage detected