Le jeudi 20 décembre 2012 à 12:09 +0200, Jakub Zakrzewski a écrit :
> I created the tocsearch.moc and tocsearchmodel.moc files from toc.moc
> and tocmodel.moc files.
>
> These errors I get while running `make`:
>
> CMakeFiles/okularpart.dir/ui/tocsearchmodel.o:/media/d/workspaces/kde/okular/tocmo
https://bugs.kde.org/show_bug.cgi?id=311983
Bug ID: 311983
Severity: normal
Version: 0.15.90
Priority: NOR
Assignee: okular-devel@kde.org
Summary: Recent document doesn't show anything in KDE 4.10
Classification: Unclassified
My mistake,
I left in the tocsearchmodel.cpp
#include "tocmodel.moc"
Problem resolved :)
On Thu, Dec 20, 2012 at 1:10 PM, Bogdan Cristea wrote:
> Le jeudi 20 décembre 2012 à 12:09 +0200, Jakub Zakrzewski a écrit :
> > I created the tocsearch.moc and tocsearchmodel.moc files from toc.moc
> > an
Anders has stuff to say.
Albert
-- Missatge reenviat --
Assumpte: Testing Okular in kde sc 4.10 rc1
Data: Divendres, 21 de desembre de 2012, 00:08:42
De: Anders Lund
Hi,
I will not report bugs, since what I have is mostly comments.
Bookmarks works fine.
Search works, as do
https://bugs.kde.org/show_bug.cgi?id=311983
Albert Astals Cid changed:
What|Removed |Added
Status|CONFIRMED |RESOLVED
Resolution|---
El Divendres, 21 de desembre de 2012, a les 00:17:57, Albert Astals Cid va
escriure:
> Anders has stuff to say.
>
> Albert
>
> -- Missatge reenviat --
>
> Assumpte: Testing Okular in kde sc 4.10 rc1
> Data: Divendres, 21 de desembre de 2012, 00:08:42
> De: Anders Lund
>
> Hi,
In the DocumentPrivate class there is a QMap Object: m_searches.
Here is a snippet:
// find descriptors, mapped by ID (we handle multiple searches)
QMap< int, RunningSearch * > m_searches;
Does it actually happen that this m_searches map has more than 2 values?
How can I reproduce