| 190 | } |
| 191 | |
| 192 | void CParameterApp::SetReceiveShortCut(bool newReceiveShortCut) |
| 193 | { |
| 194 | if (m_bReceiveShortCut == newReceiveShortCut) |
| 195 | return; |
| 196 | m_bReceiveShortCut = newReceiveShortCut; |
| 197 | SetModified(true); |
| 198 | emit sigReceiveShortCutChanged(); |
| 199 | } |
| 200 | |
| 201 | bool CParameterApp::GetSaveMainWindowStatus() const |
| 202 | { |