6 Commits

Author SHA1 Message Date
Justin Karneges
3f52cfa037 make SyncThread public
svn path=/trunk/kdesupport/qca/; revision=604527
2006-11-13 05:59:14 +00:00
Brad Hards
e7c8f1d8c6 Portability fix. Turns out that you can't do code like
for (int n = 0; ....; ....)
{
	....
	int n = ....;
	....
}
with Visual C++ (2005), or you get redefinition errors.


svn path=/trunk/kdesupport/qca/; revision=545218
2006-05-27 06:22:23 +00:00
Justin Karneges
a88fb079f8 better if this starts from zero
svn path=/trunk/kdesupport/qca/; revision=527106
2006-04-06 21:42:23 +00:00
Justin Karneges
a4f94765f4 initialize this
svn path=/trunk/kdesupport/qca/; revision=525934
2006-04-03 11:11:28 +00:00
Justin Karneges
1e8de156d9 better console closed handling
svn path=/trunk/kdesupport/qca/; revision=525889
2006-04-03 07:24:57 +00:00
Justin Karneges
b412e36aaa console support
svn path=/trunk/kdesupport/qca/; revision=525455
2006-04-02 05:19:13 +00:00