Home
last modified time | relevance | path

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

/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/users/
H A DConfig.cpp392 QString hostnameSuggestion = QStringLiteral( "%1-%2" ).arg( parts.first() ).arg( productName ); in makeHostnameSuggestion() local
393 return HOSTNAME_RX.indexIn( hostnameSuggestion ) != -1 ? hostnameSuggestion : QString(); in makeHostnameSuggestion()