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

List:       kde-commits
Subject:    kdevelop/parts/debugger
From:       Roberto Raggi <roberto () kdevelop ! org>
Date:       2003-08-13 17:39:08
[Download RAW message or body]

CVS commit by raggi: 

fixed a wrong signal connection


  M +1 -1      disassemblewidget.cpp   1.10
  M +1 -1      disassemblewidget.h   1.6


--- kdevelop/parts/debugger/disassemblewidget.cpp  #1.9:1.10
@@ -76,5 +76,5 @@ bool DisassembleWidget::displayCurrent()
 /***************************************************************************/
 
-void DisassembleWidget::slotBPState(const Breakpoint *)
+void DisassembleWidget::slotBPState(const Breakpoint&)
 {
     if (!active_)

--- kdevelop/parts/debugger/disassemblewidget.h  #1.5:1.6
@@ -40,5 +40,5 @@ public slots:
     void slotActivate(bool activate);
     void slotShowStepInSource(const QString &fileName, int lineNum, const QString &address);
-    void slotBPState(const Breakpoint *BP);
+    void slotBPState(const Breakpoint& BP);
 
 signals:


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

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