diff options
| author | Sebastian Trueg <[email protected]> | 2008-04-01 12:27:06 +0000 |
|---|---|---|
| committer | Sebastian Trueg <[email protected]> | 2008-04-01 12:27:06 +0000 |
| commit | bd64849b07d79e799517acf1ed504532dd50e8cf (patch) | |
| tree | d5a10bf594a96d79e3aa23b57f746732f0bc67a9 /src/tagcloud/resourcetaggingwidget.h | |
| parent | 18354deaae117d65525929a1de2337275e454232 (diff) | |
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
Diffstat (limited to 'src/tagcloud/resourcetaggingwidget.h')
| -rw-r--r-- | src/tagcloud/resourcetaggingwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
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<Nepomuk::Resource>& ); private Q_SLOTS: void slotTagToggled( const Nepomuk::Tag& tag, bool enabled ); |
