From 23c1730148e64f500c6dca574c88cf03a3eeb4b5 Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Thu, 12 Jul 2018 15:23:12 -0400 Subject: [PATCH] Disabled callsign parsing until we are ready --- mainwindow.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 18e1a5e..64db773 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -3167,8 +3167,10 @@ void MainWindow::readFromStdout() //readFromStdout // DE KN4CRD // KN4CRD - QStringList callsigns = Varicode::parseCallsigns(decodedtext.message()); - if(!callsigns.isEmpty()){ + bool shouldParseCallsigns = false; + if(shouldParseCallsigns){ + QStringList callsigns = Varicode::parseCallsigns(decodedtext.message()); + if(!callsigns.isEmpty()){ // one callsign // de [from] // cq [from] @@ -3206,7 +3208,7 @@ void MainWindow::readFromStdout() //readFromStdout } } } - + } // TOD0: jsherer - parse for commands? // KN4CRD K1JT ?