[Uml-devel] Re: kdesdk/umbrello/umbrello
Jonathan Riddell
jr at jriddell.org
Fri Apr 4 11:40:07 UTC 2003
On Fri, 4 Apr 2003, Luis De la Parra Blum wrote:
> CVS commit by luis:
>
> we need to set the application instance right away
> M +1 -0 uml.cpp 1.31
> --- kdesdk/umbrello/umbrello/uml.cpp #1.30:1.31
> @@ -55,4 +55,5 @@ using Umbrello::RefactoringAssistant;
>
> UMLApp::UMLApp(QWidget* , const char* name):KDockMainWindow(0, name) {
> + _instance = this;
Is there a reason for starting the name of this variable with an
underscore?
The seems to go against naming convention used in Umbrello and anywhere
else I've seen.
Jonathan Riddell
More information about the umbrello-devel
mailing list