summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/qtruby/files/qtruby-4.14.3-ruby20.patch')
-rw-r--r--kde-base/qtruby/files/qtruby-4.14.3-ruby20.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/kde-base/qtruby/files/qtruby-4.14.3-ruby20.patch b/kde-base/qtruby/files/qtruby-4.14.3-ruby20.patch
deleted file mode 100644
index abc41438e2b9..000000000000
--- a/kde-base/qtruby/files/qtruby-4.14.3-ruby20.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- qtruby-4.11.4.orig/src/qtruby.cpp 2013-06-28 19:16:12.057325696 +0200
-+++ qtruby-4.11.4/src/qtruby.cpp 2014-01-07 19:22:11.000000000 +0100
-@@ -1398,11 +1391,14 @@
- return Qfalse;
- }
-
--#if RUBY_VERSION >= 0x10900
-+#if RUBY_VERSION >= 0x20000
-+ QLatin1String signalname(rb_id2name(rb_frame_this_func()));
-+#elif RUBY_VERSION >= 0x10900
- QLatin1String signalname(rb_id2name(rb_frame_callee()));
- #else
- QLatin1String signalname(rb_id2name(rb_frame_last_func()));
- #endif
-+
- VALUE metaObject_value = rb_funcall(qt_internal_module, rb_intern("getMetaObject"), 2, Qnil, self);
-
- smokeruby_object *ometa = value_obj_info(metaObject_value);