1 Jan 2012 17:20
branches/work/soc-umbrello/umbrello
Andi Fischer <andi.fischer <at> hispeed.ch>
2012-01-01 16:20:07 GMT
2012-01-01 16:20:07 GMT
SVN commit 1271025 by fischer: Constructor improved. Member variables renamed. Krazy2 issue fixed. M +42 -49 uml.cpp M +3 -4 uml.h M +3 -4 umlviewimageexporterall.cpp --- branches/work/soc-umbrello/umbrello/uml.cpp #1271024:1271025 <at> <at> -79,7 +79,6 <at> <at> #include <QtCore/QRegExp> #include <QtCore/QTimer> #include <QtGui/QClipboard> -#include <QtGui/QDialogButtonBox> #include <QtGui/QSlider> #include <QtGui/QToolButton> #include <QtGui/QKeyEvent> <at> <at> -119,30 +118,35 <at> <at> /** * Constructor. Calls all init functions to create the application. */ -UMLApp::UMLApp(QWidget* parent) : KXmlGuiWindow(parent) +UMLApp::UMLApp(QWidget* parent) + : KXmlGuiWindow(parent), + m_langSelect(0), + m_zoomSelect(0), + m_activeLanguage(Uml::ProgrammingLanguage::Reserved), + m_codegen(0), + m_commoncodegenpolicy(new CodeGenerationPolicy()), + m_policyext(0),(Continue reading)
RSS Feed