Forgot to commit new method

svn path=/trunk/KDE/kdebase/apps/; revision=828091
This commit is contained in:
Sebastian Trueg 2008-07-04 16:58:55 +00:00
parent d611a7e35a
commit f7f7f460e2
2 changed files with 7 additions and 0 deletions

View 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"

View file

@ -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 );