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

List:       kde-commits
Subject:    koffice/kivio/plugins/kiviosmlconnector
From:       Ian Reinhart Geiser <geiseri () kde ! org>
Date:       2003-04-29 16:32:10
[Download RAW message or body]

CVS commit by geiseri: 

actually build the plugin, still wont work but at least it tries to build it.


  M +1 -0      Makefile.am   1.2
  M +2 -2      sml_connector/sml_connector.cpp   1.3
  M +1 -1      sml_connector/sml_connector.h   1.3


--- koffice/kivio/plugins/kiviosmlconnector/Makefile.am  #1.1:1.2
@@ -1,2 +1,3 @@
+SUBDIRS=. sml_connector
 lib_LTLIBRARIES =libkiviosmlconnector.la
 

--- koffice/kivio/plugins/kiviosmlconnector/sml_connector/sml_connector.cpp  #1.2:1.3
@@ -368,7 +368,7 @@ void KivioSMLConnector::drawOpenPath( Ki
 }
 
-bool KivioSMLConnector::loadPath(const QString& file)
+bool KivioSMLConnector::loadPath(const QDomElement &e)
 {
-        kdDebug() << "Loading :" << file << endl;
+        kdDebug() << "Loading :" << endl;
 
 }

--- koffice/kivio/plugins/kiviosmlconnector/sml_connector/sml_connector.h  #1.2:1.3
@@ -42,5 +42,5 @@ class KivioSMLConnector : public Kivio1D
 {
 private:
-        bool loadPath(const QString& file);
+        bool loadPath(const QDomElement &e);
 
 protected:


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

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