diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-11 01:55:31 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-11 01:55:31 -0400 |
| commit | 5e5681709ab878f3aa6cf1344af44e8ae9544987 (patch) | |
| tree | 31be85b57841c3910e4e7c7bc42def86c60f0b65 /src/nxmaccessmanager.cpp | |
| parent | f44663d795b5ba4adb9b11474f21337de12a9af5 (diff) | |
reworked the nexus connection panel
moved most of the stuff into a new NexusSSOLogin class
Diffstat (limited to 'src/nxmaccessmanager.cpp')
| -rw-r--r-- | src/nxmaccessmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxmaccessmanager.cpp b/src/nxmaccessmanager.cpp index cabe07a9..8bbfd536 100644 --- a/src/nxmaccessmanager.cpp +++ b/src/nxmaccessmanager.cpp @@ -43,7 +43,7 @@ using namespace MOBase; using namespace std::chrono_literals; const QString NexusBaseUrl("https://api.nexusmods.com/v1"); -const auto ValidationTimeout = 10s; +const std::chrono::seconds NXMAccessManager::ValidationTimeout = 10s; ValidationProgressDialog::ValidationProgressDialog(std::chrono::seconds t) |
