Commit 89709f47 authored by Claudio Valerio's avatar Claudio Valerio

fixed lags on strokes load

parent 3d19071f
This diff is collapsed.
...@@ -50,6 +50,7 @@ class UBGraphicsTriangle; ...@@ -50,6 +50,7 @@ class UBGraphicsTriangle;
class UBGraphicsCache; class UBGraphicsCache;
class IDataStorage; class IDataStorage;
class UBGraphicsGroupContainerItem; class UBGraphicsGroupContainerItem;
class UBGraphicsStrokesGroup;
class UBSvgSubsetAdaptor class UBSvgSubsetAdaptor
{ {
...@@ -172,6 +173,8 @@ class UBSvgSubsetAdaptor ...@@ -172,6 +173,8 @@ class UBSvgSubsetAdaptor
QString mNamespaceUri; QString mNamespaceUri;
UBGraphicsScene *mScene; UBGraphicsScene *mScene;
QMap<QString,UBGraphicsStrokesGroup*> mStrokesList;
}; };
class UBSvgSubsetWriter class UBSvgSubsetWriter
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment