<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jan 10, 2016 at 4:18 PM, Alexander Semke <span dir="ltr"><<a href="mailto:alexander.semke@web.de" target="_blank">alexander.semke@web.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Am Mittwoch, 6. Januar 2016, 11:23:22 schrieb laurent Montel:<br>
> For me it's a good idea. I reviewed his changes.<br>
</span>Does it compile for you? I'm getting here the error<br></blockquote><div>It compiles for me. Not getting any error. <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
knights/src/knightsview.cpp:133:71: error: no matching function for call to<br>
‘Knights::KnightsView::connect(QDialogButtonBox*&, void (QDialogButtonBox::*)<br>
(), QPointer<QDialog>&, void (QDialog::*)())’<br>
<br>
In connect( bBox, &QDialogButtonBox::accepted, dlg, &QDialog::accept ); dlg is<br>
a QPointer<QDialog>. I'd expect the new signal-slot syntax to work for<br>
QPointer too, but somehow it doesn't seem to work for me. Similar errors I get<br>
for all the dock widgets in knights.cpp put into QPointers in knights.h<br>
<br>
Any ideas?<br>
<br>
<br>
What is the reason for putting all DockWidget in knights.h into QPointer? All<br>
those dock widgets are children of the main window and are destroyed by Qt<br>
automatically when the parent widget is destroyed. Does somebody see any<br>
reason to use pointer guards here?<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Alexander<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
kde-games-devel mailing list<br>
<a href="mailto:kde-games-devel@kde.org">kde-games-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-games-devel" rel="noreferrer" target="_blank">https://mail.kde.org/mailman/listinfo/kde-games-devel</a><br>
</div></div></blockquote></div><br></div></div>