Fix last commit

master
Timothy Pearson 13 years ago
parent 35e842f0c5
commit 5622d7cf2c

@ -575,9 +575,11 @@ void CommAnalyzerPart::mainEventLoop() {
#if 1 #if 1
// Trace grap is slow on most instruments // Trace grap is slow on most instruments
// Put in the next trace request before processing the trace we just got so as to increase the overall update rate // Put in the next trace request before processing the trace we just got so as to increase the overall update rate
// Get trace, step 1 if (m_commHandlerMode == 0) {
ds << TQString("GETSPECTRUMTRACE"); // Get trace, step 1
m_socket->writeEndOfFrame(); ds << TQString("GETSPECTRUMTRACE");
m_socket->writeEndOfFrame();
}
#endif #endif
// Update display widget(s) // Update display widget(s)

Loading…
Cancel
Save