[Uml-devel] KDE/kdesdk/umbrello/umbrello
Ralf Habacker
ralf.habacker at gmail.com
Tue Apr 3 14:18:07 UTC 2012
SVN commit 1288075 by habacker:
Reduced differences to soc-umbrello-branch.
M +3 -2 umlviewimageexportermodel.h
--- trunk/KDE/kdesdk/umbrello/umbrello/umlviewimageexportermodel.h #1288074:1288075
@@ -11,11 +11,12 @@
#ifndef UMLVIEWIMAGEEXPORTERMODEL_H
#define UMLVIEWIMAGEEXPORTERMODEL_H
+#include "umlscene.h"
+
#include <QtCore/QStringList>
#include <QtCore/QRect>
// forward declarations
-class UMLScene;
class KUrl;
/**
@@ -56,7 +57,7 @@
bool exportViewToSvg(UMLScene* scene, const QString &fileName) const;
bool exportViewToPixmap(UMLScene* scene, const QString &imageType, const QString &fileName) const;
- bool fixEPS(const QString &fileName, const QRect& rect) const;
+ bool fixEPS(const QString &fileName, const UMLSceneRect& rect) const;
static QStringList s_supportedImageTypesList;
static QStringList s_supportedMimeTypesList;
More information about the umbrello-devel
mailing list