From 8ab76120d2491fc1efaeae305fa1815250bd24ca Mon Sep 17 00:00:00 2001 From: kegechen Date: Thu, 1 Aug 2019 14:40:54 +0800 Subject: [PATCH] fix: incorrect description (#12) * fix: add license * fix: add comment --- gio-qt/source/dgiodrive.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gio-qt/source/dgiodrive.cpp b/gio-qt/source/dgiodrive.cpp index 7d46acd..d29250f 100644 --- a/gio-qt/source/dgiodrive.cpp +++ b/gio-qt/source/dgiodrive.cpp @@ -52,9 +52,7 @@ DGioDrive::~DGioDrive() } /*! - * \brief Gets a display name for a drive. - * - * A display name is guaranteed to be in UTF8 and can thus be displayed in the UI. + * \brief Gets the name of drive. * * Wrapper of Gio::Drive::get_name() */