ttywnd.h (kdbg-3.0.0) | : | ttywnd.h (kdbg-3.0.1) | ||
---|---|---|---|---|
skipping to change at line 61 | skipping to change at line 61 | |||
public: | public: | |||
TTYWindow(QWidget* parent); | TTYWindow(QWidget* parent); | |||
~TTYWindow(); | ~TTYWindow(); | |||
QString activate(); | QString activate(); | |||
void deactivate(); | void deactivate(); | |||
protected: | protected: | |||
STTY* m_tty; | STTY* m_tty; | |||
QTextCursor m_pos; //!< tracks horizontal cursor position | QTextCursor m_pos; //!< tracks horizontal cursor position | |||
virtual void contextMenuEvent(QContextMenuEvent*); | void contextMenuEvent(QContextMenuEvent*) override; | |||
protected slots: | protected slots: | |||
void slotAppend(char* buffer, int count); | void slotAppend(char* buffer, int count); | |||
void slotClear(); | void slotClear(); | |||
}; | }; | |||
#endif // TTYWND_H | #endif // TTYWND_H | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |