| 1488 | // ---------------------------------------------------------------------------- |
| 1489 | |
| 1490 | void SettingsWindow::startTestsClick() |
| 1491 | { |
| 1492 | // While testing this function freezes GUI |
| 1493 | m_speedTest->start(); |
| 1494 | } |
| 1495 | |
| 1496 | // ---------------------------------------------------------------------------- |
| 1497 | // Create tray icon |