Searched refs:SRU_DEFAULT_PORT (Results 1 – 1 of 1) sorted by relevance
59 static const int SRU_DEFAULT_PORT = 80; variable67 …: Fetcher(parent_), m_port(SRU_DEFAULT_PORT), m_job(nullptr), m_MARCXMLHandler(nullptr), m_MODSHan… in SRUFetcher()104 int p = config_.readEntry("Port", SRU_DEFAULT_PORT); in readConfigHook()541 m_portSpinBox->setValue(SRU_DEFAULT_PORT); in ConfigWidget()545 w = i18n("Enter the port number of the server. The default is %1.", SRU_DEFAULT_PORT); in ConfigWidget()