kdelibs/win32 : kdecore patch
Jarosław Staniek
js at iidea.pl
Wed Sep 8 11:41:56 BST 2004
Jarosław Staniek wrote:
>>> etc) methods especially in kdecore now. Most of these are waiting for
>>> such wrapper classes or just wrapped methods, implemented in *_win.cpp
>>> files (as Qt does), with volunteers' help :)
>>
>> I know that things are not that simple to accomplish in reality :)
>> Sometimes it might indeed be more effective to #ifdef a few calls instead
>> of creating a new platform independant API.
>>
>> My point is just that K_WS_QTONLY (appearantly meaning !Q_WS_X11 &&
>> !Q_WS_WIN && !Q_WS_MAC) does not really help with porting to other
>> platforms. It just makes the code harder to understand. Why not guard the
>> code with #ifdef Q_WS_X11 etc. right away?
>
> K_WS_QTONLY is from me
ahh,: K_WS_QTONLY is NOT from me
--
regards / pozdrawiam,
Jaroslaw Staniek / OpenOffice Polska
Kexi Project: http://www.kexi-project.org, http://koffice.kde.org/kexi
QT-KDE Wrapper Project: http://iidea.pl/~js/qkw
More information about the kde-core-devel
mailing list