<div class="gmail_quote">On Mon, Feb 16, 2009 at 10:30 AM, Andreas Pakulat <span dir="ltr"><<a href="mailto:apaku@gmx.de">apaku@gmx.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">On 16.02.09 04:27:25, Aleix Pol wrote:<br>
> Hi list,<br>
> I've been trying to get to have a simple documentation controller so that we<br>
> can add all the stuff there as we discussed on this list.<br>
><br>
> Here it is attatched as a patch, I didn't directly commit it because I get<br>
> this error:<br>
> ASSERT: "d" in file<br>
> /home/kde-devel/kdelibs/kdecore/kernel/kcomponentdata.cpp, line 225<br>
> Aborted<br>
><br>
> If i comment the added method in icore.h it does work, it is a bit strange.<br>
<br>
</div></div>Can't see anything that would be causing that, btw. would've been nicer to<br>
review via <a href="http://reviewboard.kde.org" target="_blank">reviewboard.kde.org</a> ;)<br>
<br>
One thing I did notice, your documentationcontroller subclasses QObject,<br>
but doesn't list it as first class and neither does it use the Q_OBJECT<br>
macro.<br>
<br>
About the assert: It looks like something tries to use<br>
KGlobal::mainComponent() when there's no app-component yet. Do you have<br>
more changes locally?<br>
<br>
Andreas<br>
<font color="#888888"><br>
--<br>
Caution: breathing may be hazardous to your health.<br>
<br>
_______________________________________________<br>
KDevelop-devel mailing list<br>
<a href="mailto:KDevelop-devel@kdevelop.org">KDevelop-devel@kdevelop.org</a><br>
<a href="https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel" target="_blank">https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel</a><br>
</font></blockquote></div><br>Already sent it to the review board.<br><br>I tried adding the Q_OBJECT tag, I still have the problem though :/<br>