Fix compilation of minikube gui on qt5
parent
5fb961c517
commit
06890031b5
|
@ -5,6 +5,7 @@
|
|||
#include <QJsonArray>
|
||||
#include <QJsonDocument>
|
||||
#include <QJsonParseError>
|
||||
#include <QDebug>
|
||||
|
||||
CommandRunner::CommandRunner(QDialog *parent)
|
||||
{
|
||||
|
|
|
@ -49,7 +49,7 @@ static void logUpdateCheck()
|
|||
return;
|
||||
}
|
||||
QTextStream stream(&file);
|
||||
stream << QDateTime::currentDateTime().toString() << Qt::endl;
|
||||
stream << QDateTime::currentDateTime().toString() << "\n";
|
||||
}
|
||||
|
||||
void Updater::checkForUpdates()
|
||||
|
|
Loading…
Reference in New Issue