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

List:       kde-bugs-dist
Subject:    [Bug 101542] Q_EXPORT being no-op creates multiple copies of RTTI
From:       Unai Garro <ugarro () telefonica ! net>
Date:       2005-07-03 21:50:47
Message-ID: 20050703215047.30258.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=101542         




------- Additional Comments From ugarro telefonica net  2005-07-03 23:48 -------
SVN commit 431311 by uga:

CCBUG:101542
Fixes showing the kpf applet menu. The dynamic cast of the event resulted in the same \
problem as in kasteroids (e=0)


 M  +1 -1      AppletItem.cpp  


--- trunk/KDE/kdenetwork/kpf/src/AppletItem.cpp #431310:431311
 @ -150,7 +150,7  @
 
       case QEvent::MouseButtonPress:
         {
-          QMouseEvent * e = dynamic_cast<QMouseEvent *>(ev);
+          QMouseEvent * e = static_cast<QMouseEvent *>(ev);
 
           if (0 == e)
           {


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

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