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

List:       kde-bugs-dist
Subject:    [Bug 116396] Quanta refuse to launch Gubed plugin
From:       Mantia Andras <amantia () kde ! org>
Date:       2005-11-15 9:48:12
Message-ID: 20051115094812.21286.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=116396         




------- Additional Comments From amantia kde org  2005-11-15 10:48 -------
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