aboutsummaryrefslogtreecommitdiff
path: root/c++-qt/gats-qt/dictionary.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++-qt/gats-qt/dictionary.h')
-rw-r--r--c++-qt/gats-qt/dictionary.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/c++-qt/gats-qt/dictionary.h b/c++-qt/gats-qt/dictionary.h
index 6f9e82a..6b13868 100644
--- a/c++-qt/gats-qt/dictionary.h
+++ b/c++-qt/gats-qt/dictionary.h
@@ -49,7 +49,8 @@ namespace Gats
49 //void insert( const QByteArray &sKey, bool b ); 49 //void insert( const QByteArray &sKey, bool b );
50 void insert( const QByteArray &sKey, float d ); 50 void insert( const QByteArray &sKey, float d );
51 void insert( const QByteArray &sKey, double d ); 51 void insert( const QByteArray &sKey, double d );
52 using QHash<QByteArray, Gats::Object *>::insert; 52 void insert( const QByteArray &sKey, Gats::Object *pObj );
53 //using QHash<QByteArray, Gats::Object *>::insert;
53 void insertBool( const QByteArray &sKey, bool b ); 54 void insertBool( const QByteArray &sKey, bool b );
54 void insertInt( const QByteArray &sKey, int64_t i ); 55 void insertInt( const QByteArray &sKey, int64_t i );
55 void insertFloat( const QByteArray &sKey, double d ); 56 void insertFloat( const QByteArray &sKey, double d );