diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-06-11 15:08:36 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-06-11 15:08:36 +0000 |
commit | e1855a6ed118eccf93950c9821b75ca53646d774 (patch) | |
tree | fa0974d2de02b9af02413563fb7e0e578ef31168 /src/gatscon/gatstotree.h | |
parent | 3be307770542e3f15bcae49055294d9b8b14eebd (diff) | |
download | libgats-e1855a6ed118eccf93950c9821b75ca53646d774.tar.gz libgats-e1855a6ed118eccf93950c9821b75ca53646d774.tar.bz2 libgats-e1855a6ed118eccf93950c9821b75ca53646d774.tar.xz libgats-e1855a6ed118eccf93950c9821b75ca53646d774.zip |
GatsCon can display nulls now.
Diffstat (limited to 'src/gatscon/gatstotree.h')
-rw-r--r-- | src/gatscon/gatstotree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gatscon/gatstotree.h b/src/gatscon/gatstotree.h index 26fb76c..a803017 100644 --- a/src/gatscon/gatstotree.h +++ b/src/gatscon/gatstotree.h | |||
@@ -23,5 +23,6 @@ void gatsToTree( QTreeWidgetItem *p, Gats::Float *pObj ); | |||
23 | void gatsToTree( QTreeWidgetItem *p, Gats::Boolean *pObj ); | 23 | void gatsToTree( QTreeWidgetItem *p, Gats::Boolean *pObj ); |
24 | void gatsToTree( QTreeWidgetItem *p, Gats::List *pObj ); | 24 | void gatsToTree( QTreeWidgetItem *p, Gats::List *pObj ); |
25 | void gatsToTree( QTreeWidgetItem *p, Gats::Dictionary *pObj ); | 25 | void gatsToTree( QTreeWidgetItem *p, Gats::Dictionary *pObj ); |
26 | void gatsToTree( QTreeWidgetItem *p, Gats::Null *pObj ); | ||
26 | 27 | ||
27 | #endif | 28 | #endif |