mirror of
https://github.com/edisionnano/QDiskInfo.git
synced 2026-04-09 01:21:29 +03:00
Remove 2 empty lines
This commit is contained in:
@@ -535,7 +535,6 @@ void MainWindow::addNvmeLogTable(const QVector<QPair<QString, int>>& nvmeLogOrde
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void MainWindow::addSmartAttributesTable(const QJsonArray &attributes)
|
void MainWindow::addSmartAttributesTable(const QJsonArray &attributes)
|
||||||
{
|
{
|
||||||
tableWidget->setColumnCount(7);
|
tableWidget->setColumnCount(7);
|
||||||
@@ -646,7 +645,6 @@ QString MainWindow::getSmartctlOutput(const QStringList &arguments, bool root)
|
|||||||
return process.readAllStandardOutput();
|
return process.readAllStandardOutput();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
QString MainWindow::toTitleCase(const QString& sentence) {
|
QString MainWindow::toTitleCase(const QString& sentence) {
|
||||||
QString result;
|
QString result;
|
||||||
bool capitalizeNext = true;
|
bool capitalizeNext = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user