gui: mainwindow.h: Initialize preview-related members with a default
This commit is contained in:
父節點
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