[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdeextragear-2/kst/kst
From:       George Staikos <staikos () kde ! org>
Date:       2005-04-26 15:42:30
Message-ID: 20050426154230.83981662 () office ! kde ! org
[Download RAW message or body]

CVS commit by staikos: 

revert const changes - this is a public interface.  We don't gain much from it
so it's not worth duplicating the method.


  M +1 -1      kstdatasource.cpp   1.68
  M +1 -1      kstdatasource.h   1.43


--- kdeextragear-2/kst/kst/kstdatasource.cpp  #1.67:1.68
@@ -480,5 +480,5 @@ QStringList KstDataSource::fieldListForS
 
 
-KstDataSourcePtr KstDataSource::loadSource(const QDomElement& e) {
+KstDataSourcePtr KstDataSource::loadSource(QDomElement& e) {
   QString filename, type;
 

--- kdeextragear-2/kst/kst/kstdatasource.h  #1.42:1.43
@@ -55,5 +55,5 @@ class KST_EXPORT KstDataSource : public 
 
     static KstSharedPtr<KstDataSource> loadSource(const QString& filename, const \
                QString& type = QString::null);
-    static KstSharedPtr<KstDataSource> loadSource(const QDomElement& e);
+    static KstSharedPtr<KstDataSource> loadSource(QDomElement& e);
     static QStringList fieldListForSource(const QString& filename, const QString& \
                type = QString::null, QString *outType = 0L, bool *complete = 0L);
     static KstDataSourceConfigWidget *configWidgetForSource(const QString& filename, \
const QString& type);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic