mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-08 08:54:41 -04:00
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:
@@ -127,3 +127,9 @@ void LogQSO::accept()
|
||||
emit(acceptQSO(true));
|
||||
QDialog::accept();
|
||||
}
|
||||
|
||||
void LogQSO::reject()
|
||||
{
|
||||
emit(acceptQSO(false));
|
||||
QDialog::reject();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user