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

List:       kde-commits
Subject:    KDE/kdelibs/knotify/daemon
From:       Peter Kümmel <syntheticpp () yahoo ! com>
Date:       2006-07-13 16:13:47
Message-ID: 1152807227.771717.16783.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 561920 by kuemmel:

under Windows WId is void* (32bit) and qlonglong is 64bit, so we have to cast \
manually.

Isn't it better to use WId instead of qlonglong as parameter type?

CCMAIL:kde-buildsystem@kde.org



 M  +1 -1      knotify.cpp  


--- trunk/KDE/kdelibs/knotify/daemon/knotify.cpp #561919:561920
@@ -180,7 +180,7 @@
 	
 	QPixmap pixmap;
 	pixmap.loadFromData(image);
-	return static_cast<KNotify *>(parent())->event(event, fromApp, contextlist, text, \
pixmap, actions, winId); +	return static_cast<KNotify *>(parent())->event(event, \
fromApp, contextlist, text, pixmap, actions, WId(winId));  }
 
 #include "knotify.moc"


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

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