\brief Application::https_server https (secure) server initialization \param options QHash options of
| 698 | //! \param options QHash options of <QString, QVariant> |
| 699 | //! |
| 700 | inline void Application::https_server(const QHash<QString, QVariant> &options) |
| 701 | { |
| 702 | https = new HttpsServer(this); |
| 703 | |
| 704 | m_https_options = options; |
| 705 | m_https_set = true; |
| 706 | |
| 707 | debug("https server setup done"); |
| 708 | } |
| 709 | |
| 710 | //! |
| 711 | //! \brief Application::listen |
nothing calls this directly
no outgoing calls
no test coverage detected