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

List:       kde-commits
Subject:    kdelibs/kate/part
From:       Christoph Cullmann <cullmann () kde ! org>
Date:       2005-03-31 20:01:00
Message-ID: 20050331200100.8AB50688 () office ! kde ! org
[Download RAW message or body]

CVS commit by cullmann: 

just allow subclassing


  M +3 -2      katejscript.h   1.11


--- kdelibs/kate/part/katejscript.h  #1.10:1.11
@@ -43,4 +43,5 @@ namespace KJS {
 /**
  * Whole Kate Part scripting in one classs
+ * Allow subclassing to allow specialized scripting engine for indenters
  */
 class KateJScript
@@ -55,5 +56,5 @@ class KateJScript
      * be destructive
      */
-    ~KateJScript ();
+    virtual ~KateJScript ();
 
     /**
@@ -84,5 +85,5 @@ class KateJScript
     bool execute (KateView *view, const QString &script, QString &errorMsg);
 
-  private:
+  protected:
     /**
      * global object of interpreter


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

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