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

List:       kde-commits
Subject:    kdeaddons/kicker-applets/mediacontrol
From:       Teemu Rytilahti <tpr () d5k ! net>
Date:       2004-06-29 7:10:21
Message-ID: 20040629071021.17E2499BD () office ! kde ! org
[Download RAW message or body]

CVS commit by rytilahti: 

JuK doesn't support drag'n'dropping. Is this the right way to disable the support?
CCMAIL:83113-done@bugs.kde.org
CCMAIL:sgehn@gmx.net


  M +9 -5      jukInterface.cpp   1.7


--- kdeaddons/kicker-applets/mediacontrol/jukInterface.cpp  #1.6:1.7
@@ -128,13 +128,17 @@ void JuKInterface::updateSlider ()
 // Drag-n-Drop stuff =================================================================
 
-void JuKInterface::dragEnterEvent(QDragEnterEvent* event)
+void JuKInterface::dragEnterEvent(QDragEnterEvent* /*event*/)
 {
-//      kdDebug(90200) << "JuKInterface::dragEnterEvent()" << endl;
+/* JuK doesn't support drag'n'dropping..
+        //kdDebug(90200) << "JuKInterface::dragEnterEvent()" << endl;
         event->accept( KURLDrag::canDecode(event) );
+*/
 }
 
-void JuKInterface::dropEvent(QDropEvent* event)
+void JuKInterface::dropEvent(QDropEvent* /*event*/)
 {
-//      kdDebug(90200) << "JuKInterface::dropEvent()" << endl;
+
+/* JuK doesn't support drag'n'dropping, is this right way to disable this?
+        //kdDebug(90200) << "JuKInterface::dropEvent()" << endl;
         KURL::List list;
         if (KURLDrag::decode(event, list))
@@ -145,5 +149,5 @@ void JuKInterface::dropEvent(QDropEvent*
                 if (!kapp->dcopClient()->send(mAppId, "Player", "openFile(QStringList)",data))
                         kdDebug(90200) << "Couldn't send drop to juk" << endl;
-        }
+}*/
 }
 


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

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