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

List:       kde-commits
Subject:    branches/KDE/3.5/kdewebdev/quanta/components/debugger
From:       Andras Mantia <amantia () kde ! org>
Date:       2005-11-15 9:48:02
Message-ID: 1132048082.759293.16781.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 480498 by amantia:

It is a QObject, so use Q_OBJECT.
Unfortunately it doesn't solve the critical bug 116396, the debugger client is still \
not loaded because the dynamic_cast in \
KParts::ComponentFactory::createInstanceFromFactory fails.

CCBUG: 116396

 M  +1 -1      gubed/quantadebuggergubed.cpp  
 M  +2 -0      interfaces/debuggerclient.cpp  
 M  +2 -0      interfaces/debuggerclient.h  


--- branches/KDE/3.5/kdewebdev/quanta/components/debugger/gubed/quantadebuggergubed.cpp \
#480497:480498 @@ -43,7 +43,7 @@
 
 
 K_EXPORT_COMPONENT_FACTORY( quantadebuggergubed,
-                            \
KGenericFactory<QuantaDebuggerGubed>("quantadebuggergubed")) +                        \
KGenericFactory<QuantaDebuggerGubed>("quantadebuggergubed"));  
 const char QuantaDebuggerGubed::protocolversion[] = "0.0.12";
 
--- branches/KDE/3.5/kdewebdev/quanta/components/debugger/interfaces/debuggerclient.cpp \
#480497:480498 @@ -156,3 +156,5 @@
 {
   KMessageBox::error(NULL, i18n("%1 does not support setting the value of \
variables.").arg(this->getName()), i18n("Unsupported Debugger Function"));  }
+
+#include "debuggerclient.moc"
--- branches/KDE/3.5/kdewebdev/quanta/components/debugger/interfaces/debuggerclient.h \
#480497:480498 @@ -62,6 +62,8 @@
 
 class DebuggerClient : public QObject
 {
+  Q_OBJECT
+
   private:
   protected:
     DebuggerClient(QObject *parent, const char* name);


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

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