diff options
| author | Thomas Holder <thomas@thomas-holder.de> | 2018-12-16 10:07:28 +0000 |
|---|---|---|
| committer | Thomas Holder <thomas@thomas-holder.de> | 2018-12-16 10:07:28 +0000 |
| commit | b33db68aa03deefd40afa018792401f2307e6a7e (patch) | |
| tree | 88d5697135e6825310a3eb6f41eb0144cf739eb3 /src/object | |
| parent | Remove unused transform functions related to LPE and improvements to fill-bet... (diff) | |
| download | inkscape-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.h | 2 |
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; |
