[Kst] kdeextragear-2/kst/devel-docs (silent)
George Staikos
staikos at kde.org
Wed Jun 9 21:27:04 CEST 2004
CVS commit by staikos:
CVS_SILENT
M +4 -0 threading.txt 1.3
--- kdeextragear-2/kst/devel-docs/threading.txt #1.2:1.3
@@ -14,4 +14,8 @@
scope. Only put these on the stack.
+- KstShared objects must always be used by KstSharedPtr<Foo>, NOT Foo*. If you
+use Foo*, you will not get proper reference counting. In most cases a typedef
+exists to make this easy.
+
- some Qt objects are shared:
- QMemarray
More information about the Kst
mailing list