summaryrefslogtreecommitdiffstats
path: root/ChangeLog.CVS
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-14 21:13:36 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-14 21:13:36 -0600
commit8767713ab09296bf7c13c87e06c8d235da42869b (patch)
treeb96d3052297d197824a7f3b000d9f1294e5a1c29 /ChangeLog.CVS
parent7aa035c4f588c04c750241d2ccbb10f3410b6f95 (diff)
downloadlibtqt-perl-8767713ab09296bf7c13c87e06c8d235da42869b.tar.gz
libtqt-perl-8767713ab09296bf7c13c87e06c8d235da42869b.zip
Update various qt function definitions and static methods for tqt3
Diffstat (limited to 'ChangeLog.CVS')
-rw-r--r--ChangeLog.CVS2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.CVS b/ChangeLog.CVS
index b396db0..0c957b9 100644
--- a/ChangeLog.CVS
+++ b/ChangeLog.CVS
@@ -170,7 +170,7 @@
* PerlTQt/: TQt.pm, TQt.xs, handlers.cpp:
- implemented TQByteArray Marshaller (from/to Perl string, tied if needed)
- Still needs some thought /wrt to Utf8 handling (think qCompress/qUncompress)
+ Still needs some thought /wrt to Utf8 handling (think qCompress/tqUncompress)
With TQDataStream static operators and this, we get a nice object serializer :)