code formatted

v0.6
audoban 8 years ago committed by Michail Vourlakos
parent 170a2eec15
commit f701864a69

@ -141,8 +141,7 @@ private:
bool m_textureChanged;
bool m_sizeChanged;
};
}
#endif // ICONITEM_H

@ -271,13 +271,25 @@ bool VisibilityManagerPrivate::event(QEvent *ev)
containsMouse = true;
emit q->containsMouseChanged();
<<< <<< < HEAD
raiseDock(true);
== == == =
if (mode == Dock::AutoHide)
raiseDock(true);
>>> >>> > code formatted
} else if (ev->type() == QEvent::Leave && containsMouse) {
containsMouse = false;
emit q->containsMouseChanged();
if (mode == Dock::AutoHide)
raiseDock(false);
<<< <<< <HEAD
== == == =
>>>>>>> code formatted
} else if (ev->type() == QEvent::Show) {
wm->setDockDefaultFlags();
}
@ -350,4 +362,3 @@ void VisibilityManager::updateDockGeometry(const QRect &geometry)
//! END: VisibilityManager implementation
}

Loading…
Cancel
Save