You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -90,7 +99,10 @@ class CORE_EXPORT QgsSvgCache : public QObject
90
99
//! protected constructor
91
100
QgsSvgCache( QObject * parent = 0 );
92
101
93
-
/**Creates new cache entry and returns pointer to it*/
102
+
/**Creates new cache entry and returns pointer to it
103
+
* @param file Absolute or relative path to SVG file. If the path is relative the file is searched by QgsSymbolLayerV2Utils::symbolNameToPath() in SVG paths.
0 commit comments