DolphinController::DolphinController(DolphinView* dolphinView) :
QObject(dolphinView),
- m_showPreview(false),
m_zoomInPossible(false),
m_zoomOutPossible(false),
m_url(),
emit additionalInfoChanged(info);
}
-void DolphinController::setShowPreview(bool show)
-{
- if (m_showPreview != show) {
- m_showPreview = show;
- emit showPreviewChanged(show);
- }
-}
-
void DolphinController::indicateActivationChange(bool active)
{
emit activationChanged(active);