summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqt4/Qt/qbytearray.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-05 22:01:44 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-05 22:01:44 +0000
commit15c45c7b596e065fe99705e3bc0d7e80aeb2c752 (patch)
tree7900ccc11b58dcc86c63d417e50e4000373af912 /qtinterface/tqt4/Qt/qbytearray.h
parentc9dc3907763cbf0b0e6164d793291bd2659f1534 (diff)
downloadtqtinterface-15c45c7b596e065fe99705e3bc0d7e80aeb2c752.tar.gz
tqtinterface-15c45c7b596e065fe99705e3bc0d7e80aeb2c752.zip
Additional Qt4 support added
Now compiles all of kdelibs/dcop, kdelibs/kdecore/svgicons, and kdelibs/kdecore/network git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1159658 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'qtinterface/tqt4/Qt/qbytearray.h')
-rw-r--r--qtinterface/tqt4/Qt/qbytearray.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/qtinterface/tqt4/Qt/qbytearray.h b/qtinterface/tqt4/Qt/qbytearray.h
index 6dd4026..fbe0582 100644
--- a/qtinterface/tqt4/Qt/qbytearray.h
+++ b/qtinterface/tqt4/Qt/qbytearray.h
@@ -361,8 +361,10 @@ public:
#endif
#endif
-private:
+public:
operator QNoImplicitBoolCast() const;
+private:
+// operator QNoImplicitBoolCast() const;
static Data shared_null;
static Data shared_empty;
Data *d;