diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-12 02:46:31 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-12 02:46:31 -0400 |
| commit | 45f0a9e78ac876a2a956bc538c6d34358703e338 (patch) | |
| tree | e05b9248f09255154359fb4237f5b36faed2800e /src/selfupdater.cpp | |
| parent | be1ee2a97c867a80c07c4b865c306977d96249dc (diff) | |
nexus info and stats in settings
cleaned up double logging for github
reset validation progress dialog parent just before the main window dies
removed unused APIStats from APIUserAccount, added isValid()
Diffstat (limited to 'src/selfupdater.cpp')
| -rw-r--r-- | src/selfupdater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selfupdater.cpp b/src/selfupdater.cpp index 271c621b..e967b27c 100644 --- a/src/selfupdater.cpp +++ b/src/selfupdater.cpp @@ -130,7 +130,7 @@ void SelfUpdater::testForUpdate() m_GitHub.releases(GitHub::Repository("Modorganizer2", "modorganizer"),
[this](const QJsonArray &releases) {
if (releases.isEmpty()) {
- qDebug("Unable to connect to github.com to check version");
+ // error message already logged
return;
}
|
