| 917 | } |
| 918 | |
| 919 | void SettingsWindow::toggleSettings() |
| 920 | { |
| 921 | if(this->isVisible()) |
| 922 | hideSettings(); |
| 923 | else |
| 924 | showSettings(); |
| 925 | } |
| 926 | |
| 927 | |
| 928 | // ---------------------------------------------------------------------------- |
no test coverage detected