diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2013-07-09 23:32:05 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-10-29 23:31:36 -0500 |
commit | abeae07d86d4e06cc2c2771e46256b20ba05d498 (patch) | |
tree | 6b7f64543889d789ada76cf65216e5197c953458 /development/qjson/README | |
parent | 192eebceeefbc1d974290cf495a38daab5f0cfdf (diff) | |
download | slackbuilds-abeae07d86d4e06cc2c2771e46256b20ba05d498.tar.gz |
development/qjson: Removed (included in Slackware 14.1)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/qjson/README')
-rw-r--r-- | development/qjson/README | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/development/qjson/README b/development/qjson/README deleted file mode 100644 index 276ef56be3..0000000000 --- a/development/qjson/README +++ /dev/null @@ -1,3 +0,0 @@ -QJson is a qt-based library that maps JSON data to QVariant objects. -JSON arrays will be mapped to QVariantList instances, while JSON's -objects will be mapped to QVariantMap. |