Remove metatypes from headers
This commit is contained in:
parent
4cd260bfcf
commit
127fb9370b
16 changed files with 42 additions and 43 deletions
|
|
@ -109,7 +109,7 @@ FilteredTextEdit::FilteredTextEdit(QWidget *parent)
|
|||
}
|
||||
|
||||
void
|
||||
FilteredTextEdit::showResults(const QVector<SearchResult> &results)
|
||||
FilteredTextEdit::showResults(const std::vector<SearchResult> &results)
|
||||
{
|
||||
QPoint pos;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue