Fix minor issues found by EBN

Bu işleme şunda yer alıyor:
Yuri Chornoivan 2019-11-22 15:39:14 +02:00
ebeveyn 2980b21b8d
işleme 1a7b673792
3 değiştirilmiş dosya ile 3 ekleme ve 3 silme

Dosyayı Görüntüle

@ -31,7 +31,7 @@
#include <QString>
/** Creates a new SmartParser object
@param device_path device path that indicates the device that SMART must analyse
@param device_path device path that indicates the device that SMART must analyze
*/
SmartParser::SmartParser(const QString &device_path) :
m_DevicePath(device_path),

Dosyayı Görüntüle

@ -41,7 +41,7 @@ public:
public:
const QString &devicePath() const
{
return m_DevicePath; /**< @return the device path that SMART must analyse */
return m_DevicePath; /**< @return the device path that SMART must analyze */
}
SmartDiskInformation *diskInformation() const

Dosyayı Görüntüle

@ -57,4 +57,4 @@ add_test(NAME testexternalcommand COMMAND testexternalcommand ${BACKEND})
# Test Device
kpm_test(testdevice testdevice.cpp)
add_test(NAME testdevice COMMAND testdevice ${BACKEND})
add_test(NAME testdevice COMMAND testdevice ${BACKEND})