From a7e8db95a2a576b8afed2c21346747a350485090 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Thu, 10 Mar 2016 10:28:24 -0500 Subject: Finish cleaning up the TTY Process class, and get it setup for close notifications as well. Now the TTY Process thing is finished, just need to fix up the binary data display on the widget side of things. --- desktop-utilities/lumina-terminal/TerminalWidget.h | 1 - 1 file changed, 1 deletion(-) (limited to 'desktop-utilities/lumina-terminal/TerminalWidget.h') diff --git a/desktop-utilities/lumina-terminal/TerminalWidget.h b/desktop-utilities/lumina-terminal/TerminalWidget.h index 7e08226a..59d097d4 100644 --- a/desktop-utilities/lumina-terminal/TerminalWidget.h +++ b/desktop-utilities/lumina-terminal/TerminalWidget.h @@ -27,7 +27,6 @@ private: //QProcess *PROC; QSocketNotifier *sn; - QTimer *upTimer; private slots: void UpdateText(); -- cgit