"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "kdbg/watchwindow.h" between
kdbg-3.0.0.tar.gz and kdbg-3.0.1.tar.gz

About: KDbg is a graphical user interface to GDB, the GNU debugger (requires KDE, the K Desktop Environment).

watchwindow.h  (kdbg-3.0.0):watchwindow.h  (kdbg-3.0.1)
skipping to change at line 35 skipping to change at line 35
void setColumnWidth(int i, int w) { m_watchVariables.setColumnWidth(i, w); } void setColumnWidth(int i, int w) { m_watchVariables.setColumnWidth(i, w); }
protected: protected:
QLineEdit m_watchEdit; QLineEdit m_watchEdit;
QPushButton m_watchAdd; QPushButton m_watchAdd;
QPushButton m_watchDelete; QPushButton m_watchDelete;
ExprWnd m_watchVariables; ExprWnd m_watchVariables;
QVBoxLayout m_watchV; QVBoxLayout m_watchV;
QHBoxLayout m_watchH; QHBoxLayout m_watchH;
virtual bool eventFilter(QObject* ob, QEvent* ev); bool eventFilter(QObject* ob, QEvent* ev) override;
virtual void dragEnterEvent(QDragEnterEvent* event); void dragEnterEvent(QDragEnterEvent* event) override;
virtual void dropEvent(QDropEvent* event); void dropEvent(QDropEvent* event) override;
signals: signals:
void addWatch(); void addWatch();
void deleteWatch(); void deleteWatch();
void textDropped(const QString& text); void textDropped(const QString& text);
protected slots: protected slots:
void slotWatchHighlighted(); void slotWatchHighlighted();
}; };
 End of changes. 1 change blocks. 
3 lines changed or deleted 3 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)