[Uml-devel] branches/work/soc-umbrello/umbrello
Andi Fischer
andi.fischer at hispeed.ch
Fri Dec 16 21:07:29 UTC 2011
SVN commit 1268892 by fischer:
Krazy2 issues fixed.
M +1 -1 uml.cpp
U umldoc.cpp
M +1 -1 umlviewimageexporter.cpp
U umlviewimageexporter.h
--- branches/work/soc-umbrello/umbrello/uml.cpp #1268891:1268892
@@ -1301,7 +1301,7 @@
if(!slotPrintSettings())
return;
- QPrintPreviewDialog *preview = new QPrintPreviewDialog(m_printer,this);
+ QPointer<QPrintPreviewDialog> preview = new QPrintPreviewDialog(m_printer,this);
connect(preview, SIGNAL(paintRequested(QPrinter *)), this, SLOT(slotPrintPreviewPaintRequested(QPrinter *)));
preview->exec();
delete m_printSettings;
--- branches/work/soc-umbrello/umbrello/umlviewimageexporter.cpp #1268891:1268892
@@ -4,7 +4,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * copyright (C) 2006-2010 *
+ * copyright (C) 2006-2011 *
* Umbrello UML Modeller Authors <uml-devel at uml.sf.net> *
***************************************************************************/
More information about the umbrello-devel
mailing list