[Kde-bindings] [Bug 311941] [Qyoto] QVariant values are marshalled incorrectly to virtual calls

Dimitar Dobrev dpldobrev at yahoo.com
Sat Dec 22 22:31:29 UTC 2012


https://bugs.kde.org/show_bug.cgi?id=311941

Dimitar Dobrev <dpldobrev at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Dimitar Dobrev <dpldobrev at yahoo.com> ---
Patch applied. Thanks. Sorry for the delay but there seem to be some problems
with the e-mail notifications of the KDE bug tracker - I received notice about
your bug just a few hours ago. I've only made some changes for the build to
work on Windows as well:
codeFiles.Add(arg);    ->    codeFiles.Add(arg.Replace('/',
Path.DirectorySeparatorChar));
...
compilerOptions.Append(" -debug");    ->    compilerOptions.Append("
/debug:pdbonly");
(see http://msdn.microsoft.com/en-us/library/8cw0bt21.aspx)
...
if (codeFile == null)    ->    if (string.IsNullOrEmpty(codeFile))

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kde-bindings mailing list