]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/tagcloud/resourcetaggingwidget.cpp
The else path is never reached -> removed it (thanks to Simon St James for the hint)
[dolphin.git] / src / tagcloud / resourcetaggingwidget.cpp
index 1ac829952210d878714abf74fc95ede554b19221..c39c55530e233641aadbf40d7ff5826959427176 100644 (file)
@@ -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"