Home
last modified time | relevance | path

Searched refs:noteContentFile (Results 1 – 1 of 1) sorted by relevance

/dports/deskutils/basket/basket-2.49a-46-g60e38c6/src/
H A Dnepomukintegration.cpp328 QString noteContentFile; in doUpdate() local
330 foreach (noteContentFile, basketFileList) { in doUpdate()
331 DEBUG_WIN << "doUpdate: \t noteContentFile: " << noteContentFile; in doUpdate()
332 noteUrl = KUrl( noteContentFile ); in doUpdate()
334 noteUrl = KUrl( Global::basketsFolder() + "/" + noteContentFile ); in doUpdate()
338 … DEBUG_WIN << "\tnote : <font color='red'>" + noteContentFile + " NOT indexed!</font>" ; in doUpdate()
347 …oteRes.setProperty( Soprano::Vocabulary::NIE::title(), basketName + " (" + noteContentFile + ")" ); in doUpdate()
348 noteRes.setLabel( basketName + " (" + noteContentFile + ")" ); in doUpdate()