From 1426b8d3c785e47fab6312e9d01a21dc265aadb8 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 13 May 2012 21:44:58 +0200 Subject: Places Panel: Prepare code to save state of bookmarks The saving is still disabled currently until 100 % backward compatibility with KFilePlacesView has been reached. --- src/kitemviews/kstandarditem.cpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/kitemviews/kstandarditem.cpp') diff --git a/src/kitemviews/kstandarditem.cpp b/src/kitemviews/kstandarditem.cpp index d7f9217bf..22c3a03e9 100644 --- a/src/kitemviews/kstandarditem.cpp +++ b/src/kitemviews/kstandarditem.cpp @@ -142,3 +142,20 @@ QList KStandardItem::children() const { return m_children; } + +void KStandardItem::onDataValueChanged(const QByteArray& role, + const QVariant& current, + const QVariant& previous) +{ + Q_UNUSED(role); + Q_UNUSED(current); + Q_UNUSED(previous); +} + +void KStandardItem::onDataChanged(const QHash& current, + const QHash& previous) +{ + Q_UNUSED(current); + Q_UNUSED(previous); +} + -- cgit v1.3