Move hddtemp engine to qprocess

in lieu of #83
This commit is contained in:
2016-03-25 18:19:26 +03:00
parent 7e42c8cb49
commit 4a6aaa95b0
4 changed files with 69 additions and 32 deletions

View File

@ -77,7 +77,7 @@ bool AWUpdateHelper::checkVersion()
qCInfo(LOG_AW) << "Found version" << version << "actual one is" << VERSION;
if (version != QString(VERSION)) {
genMessageBox(i18n("Changelog of %1", VERSION),
genMessageBox(i18n("Changelog of %1", QString(VERSION)),
QString(CHANGELOG).replace(QChar('@'), QChar('\n')),
QMessageBox::Ok)
->open();