mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 01:24:51 +02:00
removing comment
This commit is contained in:
parent
b2ef07f485
commit
18a6d74165
1 changed files with 1 additions and 1 deletions
|
@ -4459,7 +4459,7 @@ bool Application::shouldSkipVersion(QString latestVersion) {
|
|||
QFile skipFile(SKIP_FILENAME);
|
||||
skipFile.open(QIODevice::ReadWrite);
|
||||
QString skipVersion(skipFile.readAll());
|
||||
return (skipVersion == latestVersion /*|| applicationVersion() == "dev"*/);
|
||||
return (skipVersion == latestVersion || applicationVersion() == "dev");
|
||||
}
|
||||
|
||||
void Application::skipVersion(QString latestVersion) {
|
||||
|
|
Loading…
Reference in a new issue