From bd64849b07d79e799517acf1ed504532dd50e8cf Mon Sep 17 00:00:00 2001 From: Sebastian Trueg Date: Tue, 1 Apr 2008 12:27:06 +0000 Subject: Implemented tagging of multiple files at the same time. The result is always an intersection of the tags of all files. Another possibility would be to only change the clicked tag. Feedback? BUG: 160157 svn path=/trunk/KDE/kdebase/apps/; revision=792518 --- src/tagcloud/resourcetaggingwidget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tagcloud/resourcetaggingwidget.h') diff --git a/src/tagcloud/resourcetaggingwidget.h b/src/tagcloud/resourcetaggingwidget.h index a75746348..692b2e207 100644 --- a/src/tagcloud/resourcetaggingwidget.h +++ b/src/tagcloud/resourcetaggingwidget.h @@ -41,6 +41,7 @@ namespace Nepomuk { public Q_SLOTS: void setResource( const Nepomuk::Resource& ); + void setResources( const QList& ); private Q_SLOTS: void slotTagToggled( const Nepomuk::Tag& tag, bool enabled ); -- cgit v1.3.1