diff options
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 14df8566..0895c5ab 100644 --- a/src/selfupdater.cpp +++ b/src/selfupdater.cpp @@ -99,7 +99,7 @@ void SelfUpdater::testForUpdate() if (m_UpdateRequestID == -1) { m_UpdateRequestID = m_Interface->requestDescription( SkyrimInfo::getNexusModIDStatic(), this, QVariant(), - ToQString(SkyrimInfo::getNexusInfoUrlStatic())); + QString(), ToQString(SkyrimInfo::getNexusInfoUrlStatic())); } } |
