No subject
Thu Nov 10 03:57:02 UTC 2011
better cache than KPixmapCache: KSharedDataCache and KImageCache, in kdecore
and kdeui, respectively.
However, both classes aren't wrapped in Python, and hence are not available.
Reproducible: Didn't try
Steps to Reproduce:
Open Python interpreter
import PyKDE4.kdecore as kdecore
"KImageCache" in dir(kdeui)
Actual Results:
Returns False (hence not present)
Expected Results:
Returns True, indicating the presence
As further proof, there are no .sip files for kimagecache and kshareddatacache.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Kde-bindings
mailing list