Save and restore geometry of the "LogQSO" dialog.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3238 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2013-04-28 18:58:03 +00:00
parent 5c7a80565b
commit c1995c44ff
6 changed files with 16 additions and 4 deletions
+6
View File
@@ -127,3 +127,9 @@ void LogQSO::accept()
emit(acceptQSO(true));
QDialog::accept();
}
void LogQSO::reject()
{
emit(acceptQSO(false));
QDialog::reject();
}