mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
- Fix build for non-nepomuk users
svn path=/trunk/KDE/kdebase/apps/; revision=789215
This commit is contained in:
parent
6420d5f973
commit
1249738421
1 changed files with 2 additions and 0 deletions
|
@ -189,7 +189,9 @@ bool MetaDataWidget::eventFilter(QObject* obj, QEvent* event)
|
|||
void MetaDataWidget::slotTagClicked( const Nepomuk::Tag& tag )
|
||||
{
|
||||
// FIXME
|
||||
#ifdef HAVE_NEPOMUK
|
||||
KMessageBox::information( this, "FIXME: connect me to the dolphinmodel: tags:/" + tag.genericLabel() );
|
||||
#endif
|
||||
}
|
||||
|
||||
#include "metadatawidget.moc"
|
||||
|
|
Loading…
Reference in a new issue