[partition] Make convenienceName() available for debugging

- Function for human-readable names is useful in more parts of
   the partition module.
This commit is contained in:
Adriaan de Groot 2019-03-17 18:10:41 -04:00
parent 1ffc0bf77d
commit 5d6d2b8078
2 changed files with 10 additions and 1 deletions

View file

@ -43,7 +43,7 @@
namespace PartUtils
{
static QString
QString
convenienceName( const Partition* const candidate )
{
if ( !candidate->mountPoint().isEmpty() )