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

List:       kde-core-devel
Subject:    [PATCH] small fix for kross metafunction
From:       "Thomas Braxton" <kde.braxton () gmail ! com>
Date:       2008-01-03 20:17:52
Message-ID: 928c3f1b0801031217s79082e5cga8afec1936aa7e73 () mail ! gmail ! com
[Download RAW message or body]

attached is a small fix for the metaclass for kross script functions.
I don't think all kross functions should be called python functions.
ok to commit?

["kross-metafunction.diff" (text/x-diff)]

Index: kross/core/metafunction.h
===================================================================
--- kross/core/metafunction.h	(revision 755974)
+++ kross/core/metafunction.h	(working copy)
@@ -78,7 +78,7 @@
                 m_data[20] = 0;    // eod
 
                 // data
-                m_stringData = QByteArray("PythonFunction\0", 15);
+                m_stringData = QByteArray("ScriptFunction\0", 15);
                 m_stringData += m_signature;
                 m_stringData += QByteArray("\0\0", 2);
 


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

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