[Uml-devel] KDE/kdesdk/umbrello/umbrello
Andi Fischer
andi.fischer at hispeed.ch
Fri Apr 6 05:00:08 UTC 2012
SVN commit 1288358 by fischer:
Small changes to reduce the difference to branch.
M +2 -6 umlscene.cpp
M +1 -1 umlscene.h
--- trunk/KDE/kdesdk/umbrello/umbrello/umlscene.cpp #1288357:1288358
@@ -55,7 +55,6 @@
#include "umldragdata.h"
#include "umllistview.h"
#include "umllistviewitem.h"
-#include "umllistviewitemlist.h"
#include "umlobject.h"
#include "umlobjectlist.h"
#include "umlrole.h"
@@ -64,9 +63,6 @@
#include "umlviewimageexporter.h"
#include "umlwidget.h"
#include "uniqueid.h"
-#include "usecasewidget.h"
-
-
#include "widget_factory.h"
//kde include files
@@ -481,7 +477,7 @@
}
/**
- * contains the implementation for printing functionality
+ * Contains the implementation for printing functionality.
*/
void UMLScene::print(QPrinter *pPrinter, QPainter & pPainter)
{
@@ -1270,7 +1266,7 @@
*
* @return Returns the smallest area to print.
*/
-QRect UMLScene::diagramRect()
+UMLSceneRect UMLScene::diagramRect()
{
int startx, starty, endx, endy;
startx = starty = INT_MAX;
--- trunk/KDE/kdesdk/umbrello/umbrello/umlscene.h #1288357:1288358
@@ -359,7 +359,7 @@
void dragMoveEvent(QDragMoveEvent* moveEvent);
void dropEvent(QDropEvent* dropEvent);
- QRect diagramRect();
+ UMLSceneRect diagramRect();
void makeSelected(UMLWidget * uw);
More information about the umbrello-devel
mailing list