[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-windows
Subject:    Re: Template Macros in VS2003
From:       Thiago Macieira <thiago () kde ! org>
Date:       2007-01-21 20:50:52
Message-ID: 200701212151.09810.thiago () kde ! org
[Download RAW message or body]

[Attachment #2 (multipart/signed)]


Jarosław Staniek wrote:
>Question to TT guys: could we have it fixed in Qt, and thus avoid
> patching?
>
>> --- qplugin.h    2007-01-21 19:47:19.000000000 +0100
>> +++ qplugin.orig.h         2007-01-21 20:09:31.000000000 +0100
>> @@ -54,7 +54,7 @@
>>
>>   #define Q_PLUGIN_INSTANCE(IMPLEMENTATION) \
>>             { \
>> -                  static QPointer< IMPLEMENTATION > _instance; \
>> +                  static QPointer<IMPLEMENTATION> _instance; \
>>                     if (!_instance)         \
>>                                  _instance = new IMPLEMENTATION; \
>>                     return _instance; \
>>
>> Maybe it can be handled by windbus\QtDBus-win32.patch. Or?
>>
>> Happy compiling :)

I'm not a TT guy anymore, but the reverse of the patch above looks ok. 
Whenever doing templates in macros, we need to have a space before ending 
> characters.

-- 
   Thiago Macieira   -   thiago (AT) macieira.info - thiago (AT) kde.org
      PGP/GPG: 0x6EF45358; fingerprint:
      E067 918B B660 DBD1 105C   966C 33F5 F005 6EF4 5358

[Attachment #5 (application/pgp-signature)]

_______________________________________________
Kde-windows mailing list
Kde-windows@kde.org
https://mail.kde.org/mailman/listinfo/kde-windows


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic