scale combobox: regenerate pdfs preview with choosen scale

This commit is contained in:
2018-09-02 20:30:52 +02:00
parent 7a485c55bb
commit caafb114ca
5 changed files with 18 additions and 5 deletions

View File

@@ -47,6 +47,7 @@ class MainWindow : public QMainWindow
void showSearchResultsContextMenu(const QPoint &point);
void tabChanged();
void pdfPreviewReceived(PdfPreview preview);
void comboScaleChanged(QString text);
};
#endif // MAINWINDOW_H