<div dir="ltr"></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Oct 24, 2013 at 6:49 PM, Milian Wolff <span dir="ltr"><<a href="mailto:mail@milianw.de" target="_blank">mail@milianw.de</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Thursday 24 October 2013 15:58:10 Aleix Pol wrote:<br>
> Git commit a8859089ddac283ef0a3b2d886609cc4705e87ff by Aleix Pol.<br>
> Committed on 24/10/2013 at 15:53.<br>
> Pushed by apol into branch 'master'.<br>
><br>
> Make the AbstractNavigationContext a KShared instead of KSharedObject<br>
><br>
> Fixes crash when hovering a preprocessor macro, the tooltip destruction<br>
> would crash.<br>
><br>
> BUG: 326472<br>
<br>
</div><snip><br>
<div class="im"><br>
> -class KDEVPLATFORMLANGUAGE_EXPORT AbstractNavigationContext : public<br>
> QObject, public KSharedObject<br>
> +class KDEVPLATFORMLANGUAGE_EXPORT<br>
> AbstractNavigationContext : public QObject, public KShared {<br>
>    Q_OBJECT<br>
>    public:<br>
<br>
</div>Why is this "shared" at all? If it's a QObject you don't have value semantics<br>
anyways (cf. Q_DISABLE_COPY). With pointer semantics, you don't need "sharing"<br>
or am I missing something?<br>
<br>
Bye<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Milian Wolff<br>
<a href="mailto:mail@milianw.de">mail@milianw.de</a><br>
<a href="http://milianw.de" target="_blank">http://milianw.de</a><br>
_______________________________________________<br>
KDevelop-devel mailing list<br>
<a href="mailto:KDevelop-devel@kde.org">KDevelop-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kdevelop-devel" target="_blank">https://mail.kde.org/mailman/listinfo/kdevelop-devel</a><br>
</font></span></blockquote></div><br></div>