[Kst] extragear/graphics/kst/kst
George Staikos
staikos at kde.org
Thu May 26 04:17:52 CEST 2005
On Wednesday 25 May 2005 17:28, Rick Chern wrote:
> SVN commit 418199 by rchern:
>
> add functions to make psds and histograms without curves
>
> M +29 -2 kstiface.h
> M +110 -42 kstiface_impl.cpp
> M +18 -2 kstiface_impl.h
Is there any really big real-world use for returning QStringList instead of
QString in these new functions? QStringList makes it hard to use from a
shell script or the commandline, and DCOP as a general Kst scripting tool is
basically deprecated with the addition of the scripting language. It's also
inconsistent with the other methods.
If the concern is reusing the method internally, you could just create a
non-virtual helper method in the implementation class and call it from both
DCOP methods.
--
George Staikos
KDE Developer http://www.kde.org/
Staikos Computing Services Inc. http://www.staikos.net/
More information about the Kst
mailing list