| 280 | // --- HttpServerSettingsDialog --- |
| 281 | |
| 282 | static bool ServerNameAvailable(const QString &name) |
| 283 | { |
| 284 | return !GetHttpServerByName(name.toStdString()); |
| 285 | } |
| 286 | |
| 287 | static bool AskForSettingsWrapper(QWidget *parent, Item &settings) |
| 288 | { |
nothing calls this directly
no test coverage detected