mirror of
https://github.com/edisionnano/QDiskInfo.git
synced 2026-03-10 06:40:53 +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)
|
||||
{
|
||||
tableWidget->setColumnCount(7);
|
||||
@@ -646,7 +645,6 @@ QString MainWindow::getSmartctlOutput(const QStringList &arguments, bool root)
|
||||
return process.readAllStandardOutput();
|
||||
}
|
||||
|
||||
|
||||
QString MainWindow::toTitleCase(const QString& sentence) {
|
||||
QString result;
|
||||
bool capitalizeNext = true;
|
||||
|
||||
Reference in New Issue
Block a user