Save and restore fQSO.

Decode mjultiple signals inside the "Tol" green bar, rather than just the
one producing highest value of sync.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@2701 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2012-10-29 17:58:33 +00:00
parent 3aaa6adacc
commit 9697dbf189
8 changed files with 65 additions and 49 deletions
+1 -1
View File
@@ -38,6 +38,7 @@ public:
qint32 m_DF;
qint32 m_tol;
qint32 m_fCal;
qint32 m_w;
void draw(float sw[], float red[], int i0); //Update the waterfall
void SetRunningState(bool running);
@@ -112,7 +113,6 @@ private:
qint32 m_freqPerDiv;
qint32 m_nsps;
qint32 m_Percent2DScreen;
qint32 m_w;
qint32 m_h;
qint32 m_h1;
qint32 m_h2;