knotificationitem compiling errors
Carlo
brandon.ml at gmail.com
Sat May 16 19:13:55 CEST 2009
some of the code in knotificationitem.cpp has been copied from
ksystemtray.cpp and there is a windows only section that doesn't
compile since other piece of code are missing
the code is this one
if(GetTickCount() - d->dwTickCount < 300) {
and dwTickCount doesn't exist, so now I don't know if this code would
be useful in knotificationitem.cpp or we can get rid of it
the other problem is in knotificationitemdbus_p.cpp, the function
KNotificationItemDBus::WindowId() is expected to return int but
winId() on windows is HWND*, since I don't know dbus well will it work
to change the return type to WId?
More information about the Kde-windows
mailing list