[Uml-devel] KDE/kdesdk/umbrello/umbrello/codeimpwizard
Andi Fischer
andi.fischer at hispeed.ch
Mon Feb 13 06:35:32 UTC 2012
---- Oliver Kellogg <okellogg at users.sourceforge.net> schrieb:
> SVN commit 1279697 by okellogg:
>
> Constructor: In the connect(), align profile of askQuestion() / questionAsked() with declarations in codeimpthread.h
>
> M +2 -2 codeimpthread.cpp
>
>
> --- trunk/KDE/kdesdk/umbrello/umbrello/codeimpwizard/codeimpthread.cpp #1279696:1279697
> @@ -34,8 +34,8 @@
> : QObject(parent),
> m_file(file)
> {
> - connect(this, SIGNAL(askQuestion(QString,int)),
> - this, SLOT(questionAsked(QString,int)));
> + connect(this, SIGNAL(askQuestion(const QString&,int&)),
> + this, SLOT(questionAsked(const QString&,int&)));
> }
>
Hi Oliver,
Are you sure?
Have a look at
http://marcmutz.wordpress.com/effective-qt/prefer-to-use-normalised-signalslot-signatures/
Regards,
Andi
More information about the umbrello-devel
mailing list