diff options
| author | Sebastian Trueg <[email protected]> | 2008-07-04 16:58:55 +0000 |
|---|---|---|
| committer | Sebastian Trueg <[email protected]> | 2008-07-04 16:58:55 +0000 |
| commit | f7f7f460e27b2802ca7fe066415488702dfc0ee1 (patch) | |
| tree | 7254f6a8bdc3955357b5598216a5d54a83e65fe5 /src | |
| parent | d611a7e35a8f97b7529c4145eb9b6b147585c21f (diff) | |
Forgot to commit new method
svn path=/trunk/KDE/kdebase/apps/; revision=828091
Diffstat (limited to 'src')
| -rw-r--r-- | src/tagcloud/resourcetaggingwidget.cpp | 6 | ||||
| -rw-r--r-- | src/tagcloud/resourcetaggingwidget.h | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/tagcloud/resourcetaggingwidget.cpp b/src/tagcloud/resourcetaggingwidget.cpp index 1ac829952..c39c55530 100644 --- a/src/tagcloud/resourcetaggingwidget.cpp +++ b/src/tagcloud/resourcetaggingwidget.cpp @@ -170,4 +170,10 @@ void Nepomuk::ResourceTaggingWidget::contextMenuEvent( QContextMenuEvent* e ) d->showTaggingPopup( e->globalPos() ); } + +void Nepomuk::ResourceTaggingWidget::showTagPopup( const QPoint& pos ) +{ + d->showTaggingPopup( pos ); +} + #include "resourcetaggingwidget.moc" diff --git a/src/tagcloud/resourcetaggingwidget.h b/src/tagcloud/resourcetaggingwidget.h index 692b2e207..9acb934e7 100644 --- a/src/tagcloud/resourcetaggingwidget.h +++ b/src/tagcloud/resourcetaggingwidget.h @@ -42,6 +42,7 @@ namespace Nepomuk { public Q_SLOTS: void setResource( const Nepomuk::Resource& ); void setResources( const QList<Nepomuk::Resource>& ); + void showTagPopup( const QPoint& pos ); private Q_SLOTS: void slotTagToggled( const Nepomuk::Tag& tag, bool enabled ); |
