gui: mainwindow.h: Initialize preview-related members with a default
Этот коммит содержится в:
родитель
496aefaa09
Коммит
9e1bc98f38
@ -44,9 +44,9 @@ class MainWindow : public QMainWindow
|
|||||||
QHash<QString, int> previewOrder; /* Quick lookup for the order a preview should have */
|
QHash<QString, int> previewOrder; /* Quick lookup for the order a preview should have */
|
||||||
QMap<int, QWidget *>
|
QMap<int, QWidget *>
|
||||||
previewWidgetOrderCache /* Saves those that arrived out of order to be inserted later at the correct pos */;
|
previewWidgetOrderCache /* Saves those that arrived out of order to be inserted later at the correct pos */;
|
||||||
bool previewDirty;
|
bool previewDirty = false;
|
||||||
int previewsPerPage;
|
int previewsPerPage = 20;
|
||||||
unsigned int processedPdfPreviews;
|
unsigned int processedPdfPreviews = 0;
|
||||||
unsigned int currentPreviewGeneration = 1;
|
unsigned int currentPreviewGeneration = 1;
|
||||||
|
|
||||||
void connectSignals();
|
void connectSignals();
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user