mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-20 17:31:24 +02:00
initial import
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
diff -Naurp kadu-orig/modules/tcl_scripting/tcl_scripting.h kadu/modules/tcl_scripting/tcl_scripting.h
|
||||
--- kadu-orig/modules/tcl_scripting/tcl_scripting.h 2006-12-27 23:36:24.000000000 -0600
|
||||
+++ kadu/modules/tcl_scripting/tcl_scripting.h 2006-12-27 23:37:34.000000000 -0600
|
||||
@@ -65,8 +65,8 @@ class TclSession : public QObject
|
||||
bool allowErrors;
|
||||
|
||||
public:
|
||||
- TclSession::TclSession(bool main = FALSE);
|
||||
- TclSession::~TclSession();
|
||||
+ TclSession(bool main = FALSE);
|
||||
+ ~TclSession();
|
||||
void addMenu();
|
||||
void delMenu();
|
||||
void menuItemSetEnabled(int idx, bool enabled);
|
||||
Reference in New Issue
Block a user