const QString& Protocol::name() const
{
    return nameImpl();
}
Exemple #2
0
 const std::string& name(void) { return nameImpl(); }