https://bugs.kde.org/show_bug.cgi?id=442768

--- Comment #5 from Christophe Giboudeaux <christo...@krop.fr> ---
With frameworks built not rebuilt since 2 weeks:

in assistant:
select distinct FolderTable.Name from IndexTable, FileNameTable, FolderTable
where Identifier like 'Q%' and IndexTable.FileId = FileNameTable.FileId;

lists the KDE Frameworks:
[...]
kio
attica
baloo
bluezqt
kactivities
kactivitiesstats
karchive
kauth
kbookmarks
kcmutils
kcalendarcore
kcalendarutils
kchart
kcodecs
kcompletion
[...]

so they're indexed but when looking specifically for tabs.css:

select distinct FolderTable.Name from IndexTable, FileNameTable, FolderTable
where Identifier like 'Q%' and IndexTable.FileId = FileNameTable.FileId and
FileNameTable.Name = 'tabs.css' and FileNameTable.FolderId = FolderTable.Id;

doesn't return anything.

The docs were generated using doxygen 1.9.3 if that matters.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to