Port calendar to ToolTipArea

This commit is contained in:
Sebastian Kügler 2014-01-09 05:26:20 +01:00
parent f21ad15ed6
commit 62580bc331

View File

@ -181,9 +181,9 @@ Item {
onClicked: { onClicked: {
monthCalendar.startDate = today(); monthCalendar.startDate = today();
} }
PlasmaCore.ToolTip { PlasmaCore.ToolTipArea {
id: tool id: tool
target: currentDate anchors.fill: currentDate
mainText: "Select Today" mainText: "Select Today"
} }
anchors { anchors {