From 7372d0271b19bc6ead8e796a949746ae45fe13fa Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sun, 04 May 2003 20:40:28 +0000 Subject: - cleanup and code refactoring towards 1.0 - match IP addresses to MAC addresses by looking @ ARP packets - show IP addresses - reduce debug output --- (limited to 'noncore/net/wellenreiter/gui/logwindow.h') diff --git a/noncore/net/wellenreiter/gui/logwindow.h b/noncore/net/wellenreiter/gui/logwindow.h index 6e0fe50..da8c274 100644 --- a/noncore/net/wellenreiter/gui/logwindow.h +++ b/noncore/net/wellenreiter/gui/logwindow.h @@ -31,9 +31,14 @@ class MLogWindow: public QVBox const QString getLog() const; void clear(); + static MLogWindow* logwindow() { return MLogWindow::_instance; }; + protected: QMultiLineEdit* ledit; + private: + static MLogWindow* _instance; + }; #endif -- cgit v0.9.0.2