| 258 | } |
| 259 | |
| 260 | void MainWindow::connectInit() |
| 261 | { |
| 262 | connect(&SettingsAgent::instance(), &SettingsAgent::currentThemeChanged, this, &MainWindow::loadThemeStyelSheet); |
| 263 | } |
| 264 | |
| 265 | MainWindow::~MainWindow() |
| 266 | {} |
nothing calls this directly
no outgoing calls
no test coverage detected