Created
July 11, 2010 12:29
-
-
Save pcapriotti/471514 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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