From 4727a0b45b9afbc365f535db8a2488b6ca4d97d7 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sun, 24 Feb 2013 09:03:33 +0000 Subject: [PATCH] added some test code (not enabled) --- src/llconclientdlg.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/llconclientdlg.cpp b/src/llconclientdlg.cpp index e76af76f..355acb66 100755 --- a/src/llconclientdlg.cpp +++ b/src/llconclientdlg.cpp @@ -454,6 +454,15 @@ CLlconClientDlg::CLlconClientDlg ( CClient* pNCliP, // Timers ------------------------------------------------------------------ // start timer for status bar TimerStatus.start ( LED_BAR_UPDATE_TIME_MS ); + + +// TODO finish work on analyzer console and put this in a hidden View menu entry +/* +// TEST +CAnalyzerConsole* pAnalyzerConsole = new CAnalyzerConsole ( pClient, this ); +pAnalyzerConsole->show(); +*/ + } void CLlconClientDlg::closeEvent ( QCloseEvent* Event )