Make the LogQSO dialog non-modal.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3236 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2013-04-28 13:35:01 +00:00
parent cfc89d0ad2
commit 342dd64cd5
4 changed files with 26 additions and 16 deletions
+1
View File
@@ -124,5 +124,6 @@ void LogQSO::accept()
out << t << endl;
f2.close();
}
emit(acceptQSO(true));
QDialog::accept();
}