Skip to content

Instantly share code, notes, and snippets.

@pcapriotti
Created July 11, 2010 12:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pcapriotti/471514 to your computer and use it in GitHub Desktop.
Save pcapriotti/471514 to your computer and use it in GitHub Desktop.
Index: ruby/qtruby/src/handlers.cpp
===================================================================
--- ruby/qtruby/src/handlers.cpp (revision 1148646)
+++ ruby/qtruby/src/handlers.cpp (working copy)
@@ -2403,6 +2403,7 @@
{ "int*", marshall_it<int *> },
{ "int&", marshall_it<int *> },
{ "KIO::filesize_t", marshall_it<long long> },
+ { "long long", marshall_it<long long> },
{ "long long int", marshall_it<long long> },
{ "long long int&", marshall_it<long long> },
{ "QDBusVariant", marshall_QDBusVariant },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment