gui: MainWindow: handleSearchResults: Use PreviewGenerator::get
Šī revīzija ir iekļauta:
vecāks
1536781bda
revīzija
59aa02f0cd
@ -327,7 +327,7 @@ void MainWindow::handleSearchResults(const QVector<SearchResult> &results)
|
||||
bool exists = pathInfo.exists();
|
||||
if(exists)
|
||||
{
|
||||
if(result.fileData.absPath.endsWith(".pdf"))
|
||||
if(PreviewGenerator::get(pathInfo) != nullptr)
|
||||
{
|
||||
this->previewableSearchResults.append(result);
|
||||
}
|
||||
|
Notiek ielāde…
Atsaukties uz šo jaunā problēmā
Block a user