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/tagcloud/resourcetaggingwidget.cpp | |
| parent | d611a7e35a8f97b7529c4145eb9b6b147585c21f (diff) | |
Forgot to commit new method
svn path=/trunk/KDE/kdebase/apps/; revision=828091
Diffstat (limited to 'src/tagcloud/resourcetaggingwidget.cpp')
| -rw-r--r-- | src/tagcloud/resourcetaggingwidget.cpp | 6 |
1 files changed, 6 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" |
