added some test code (not enabled)
This commit is contained in:
parent
b83f14a2eb
commit
4727a0b45b
1 changed files with 9 additions and 0 deletions
|
@ -454,6 +454,15 @@ CLlconClientDlg::CLlconClientDlg ( CClient* pNCliP,
|
||||||
// Timers ------------------------------------------------------------------
|
// Timers ------------------------------------------------------------------
|
||||||
// start timer for status bar
|
// start timer for status bar
|
||||||
TimerStatus.start ( LED_BAR_UPDATE_TIME_MS );
|
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 )
|
void CLlconClientDlg::closeEvent ( QCloseEvent* Event )
|
||||||
|
|
Loading…
Reference in a new issue