Home
last modified time | relevance | path

Searched refs:SRU_DEFAULT_PORT (Results 1 – 1 of 1) sorted by relevance

/dports/misc/tellico/tellico-3.4.2/src/fetch/
H A Dsrufetcher.cpp59 static const int SRU_DEFAULT_PORT = 80; variable
67 …: 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()