summaryrefslogtreecommitdiffstats
path: root/src/object
diff options
context:
space:
mode:
authorThomas Holder <thomas@thomas-holder.de>2018-12-16 10:07:28 +0000
committerThomas Holder <thomas@thomas-holder.de>2018-12-16 10:07:28 +0000
commitb33db68aa03deefd40afa018792401f2307e6a7e (patch)
tree88d5697135e6825310a3eb6f41eb0144cf739eb3 /src/object
parentRemove unused transform functions related to LPE and improvements to fill-bet... (diff)
downloadinkscape-b33db68aa03deefd40afa018792401f2307e6a7e.tar.gz
inkscape-b33db68aa03deefd40afa018792401f2307e6a7e.zip
add some Inkscape::URI tests
- default constructor - empty string constructor - exception tests
Diffstat (limited to 'src/object')
-rw-r--r--src/object/uri.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/object/uri.h b/src/object/uri.h
index ba9ee72b4..4650be137 100644
--- a/src/object/uri.h
+++ b/src/object/uri.h
@@ -172,6 +172,8 @@ public:
/**
* Return the contents of the file
+ *
+ * @throw Glib::Error If the URL can't be read
*/
std::string getContents() const;