checks on input, exceptions, improved contains query performance

This commit is contained in:
2018-09-02 13:54:27 +02:00
parent d9b01a4941
commit 7a485c55bb
4 changed files with 74 additions and 11 deletions

View File

@@ -42,8 +42,8 @@ class MainWindow : public QMainWindow
void lineEditReturnPressed();
void handleSearchResults(const QVector<SearchResult> &results);
void handleCancelledSearch();
void handleSearchError(QString error);
void treeSearchItemActivated(QTreeWidgetItem *item, int i);
void showSearchResultsContextMenu(const QPoint &point);
void tabChanged();
void pdfPreviewReceived(PdfPreview preview);