From 82da0238a8171cf8bba6bb1c82d5abba207a10aa Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sat, 31 Mar 2012 17:34:11 +0000 Subject: Gats for QT is here. It's a pretty basic conversion right now, it doesn't support debugging formatting (Bu::sio), it doesn't support gats-text string parsing, and the exceptions need to be fixed to be real exceptions. The basic functions have been renamed to match the Qt API and we use QT types for everything (QHash, QList, QByteArray). It needs more testing, but it's a great start. --- c++-qt/gats-qt/dictionary.h | 1 + 1 file changed, 1 insertion(+) create mode 120000 c++-qt/gats-qt/dictionary.h (limited to 'c++-qt/gats-qt/dictionary.h') diff --git a/c++-qt/gats-qt/dictionary.h b/c++-qt/gats-qt/dictionary.h new file mode 120000 index 0000000..cdca1b6 --- /dev/null +++ b/c++-qt/gats-qt/dictionary.h @@ -0,0 +1 @@ +../src/dictionary.h \ No newline at end of file -- cgit v1.2.3