| 251 | } |
| 252 | |
| 253 | void TWScriptableWindow::selectWindow(bool activate) |
| 254 | { |
| 255 | show(); |
| 256 | raise(); |
| 257 | if (activate) { |
| 258 | activateWindow(); |
| 259 | emit TWApp::instance()->focusObjectChanged(this); |
| 260 | } |
| 261 | if (isMinimized()) |
| 262 | showNormal(); |
| 263 | } |
no outgoing calls
no test coverage detected