gui: MainWindow: handleSearchResults: Use PreviewGenerator::get
This commit is contained in:
джерело
1536781bda
коміт
59aa02f0cd
@ -327,7 +327,7 @@ void MainWindow::handleSearchResults(const QVector<SearchResult> &results)
|
|||||||
bool exists = pathInfo.exists();
|
bool exists = pathInfo.exists();
|
||||||
if(exists)
|
if(exists)
|
||||||
{
|
{
|
||||||
if(result.fileData.absPath.endsWith(".pdf"))
|
if(PreviewGenerator::get(pathInfo) != nullptr)
|
||||||
{
|
{
|
||||||
this->previewableSearchResults.append(result);
|
this->previewableSearchResults.append(result);
|
||||||
}
|
}
|
||||||
|
Завантаження…
Посилання в новій задачі
Block a user