Home
last modified time | relevance | path

Searched defs:discoveryDate (Results 1 – 2 of 2) sorted by relevance

/dports/security/vxquery/vxquery-0.2.1/
H A Dvuxml.cc190 const std::string &Entry::discoveryDate() const { return discovery_; } in discoveryDate() function in Entry
/dports/astro/kstars/kstars-3.5.6/kstars/dialogs/
H A Ddetaildialog.cpp312 QLabel *discoveryDate = new QLabel(sup->getDate(), this); in createGeneralTab() local