23 May 2012 05:12
Re: Review Request: KWebKitPart - Fix Windows build
| This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105002/ |
This is wrong in KIO. If it's a private header, it should not export that class, however this means we would not be able to use it. On MSVC it works without the macro, but using it is more compiler-optimized.On May 21st, 2012, 6:21 a.m., Dawit Alemayehu wrote:
You can simply remove the KDE_EXPORT. I should have really removed that before adding that header file. It is a private header file after all and is only there to make it possible to compile the code.
src/sslinfodialog_p.h (Diff revision 1) 45 class KDE_EXPORT KSslInfoDialog : public KDialog { 45class KDE_IMPORT KSslInfoDialog : public KDialog {
- Andrius da Costa
On May 20th, 2012, 10:07 p.m., Andrius da Costa Ribas wrote:
|
Review request for kdewin, kwebkitpart and Maks Orlovich.
By Andrius da Costa Ribas.
Updated May 20, 2012, 10:07 p.m. Description
Testing
Diffs
|
_______________________________________________ Kde-windows mailing list Kde-windows@... https://mail.kde.org/mailman/listinfo/kde-windows
RSS Feed