[Uml-devel] KDE/kdesdk/umbrello/umbrello/codeimpwizard
Oliver Kellogg
okellogg at users.sourceforge.net
Sun Feb 12 22:59:15 UTC 2012
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&)));
}
/**
More information about the umbrello-devel
mailing list