From e1855a6ed118eccf93950c9821b75ca53646d774 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 11 Jun 2012 15:08:36 +0000 Subject: GatsCon can display nulls now. --- src/gatscon/gatstotree.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gatscon/gatstotree.h') 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 ); void gatsToTree( QTreeWidgetItem *p, Gats::Boolean *pObj ); void gatsToTree( QTreeWidgetItem *p, Gats::List *pObj ); void gatsToTree( QTreeWidgetItem *p, Gats::Dictionary *pObj ); +void gatsToTree( QTreeWidgetItem *p, Gats::Null *pObj ); #endif -- cgit v1.2.3