75
75
m_prefetchTimer->setSingleShot(true);
77
77
connect(this, SIGNAL(currentPageChanged(int)), m_prefetchTimer, SLOT(start()));
78
connect(this, SIGNAL(scaleModeChanged(ScaleMode)), m_prefetchTimer, SLOT(start()));
79
connect(this, SIGNAL(scaleFactorChanged(qreal)), m_prefetchTimer, SLOT(start()));
78
80
connect(this, SIGNAL(rotationChanged(Rotation)), m_prefetchTimer, SLOT(start()));
81
connect(this, SIGNAL(invertColorsChanged(bool)), m_prefetchTimer, SLOT(start()));
80
83
connect(m_prefetchTimer, SIGNAL(timeout()), SLOT(on_prefetch_timeout()));