[Kst] branches/work/kst/pluginify/kst/src

George Staikos staikos at kde.org
Thu Sep 21 19:55:21 CEST 2006


On Wednesday 20 September 2006 18:06, Adam Treat wrote:
> SVN commit 586905 by treat:
>
> * Connect the modified signal in the base class.
> * A bit of cleanup of kstdataobject includes
> * Only scan for datasource plugins once
> --- branches/work/kst/pluginify/kst/src/libkst/kstdatasource.cpp
> #586904:586905 @@ -157,7 +157,9 @@
>
>  static QValueList<PluginSortContainer> bestPluginsForSource(const QString&
> filename, const QString& type) { QValueList<PluginSortContainer>
> bestPlugins;
> -  scanPlugins();
> +  if (pluginInfo.isEmpty()) {
> +    scanPlugins();
> +  }
>
>    KST::PluginInfoList info = QDeepCopy<KST::PluginInfoList>(pluginInfo);

  Good catch!  This should speed up the data wizard url requester a bit.

-- 
George Staikos
KDE Developer				http://www.kde.org/
Staikos Computing Services Inc.		http://www.staikos.net/


More information about the Kst mailing list