diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2019-03-24 17:41:58 -0500 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2019-03-24 17:41:58 -0500 |
| commit | d541f982a55558f11040f7bfb6ad8fece36a58f2 (patch) | |
| tree | 6f6ee7c51f79e8b1b88f56fd560d47c54a06f4ff /src/downloadmanager.h | |
| parent | 93028df24235cc3a318059373ca2aa632ff53a6f (diff) | |
Add another query to get the missing file description
Diffstat (limited to 'src/downloadmanager.h')
| -rw-r--r-- | src/downloadmanager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/downloadmanager.h b/src/downloadmanager.h index 8033989e..feef0eaa 100644 --- a/src/downloadmanager.h +++ b/src/downloadmanager.h @@ -89,6 +89,7 @@ private: QDateTime m_Created; // used as a cache in DownloadManager::getFileTime, may not be valid elsewhere QByteArray m_Hash; QStringList m_GamesToQuery; + QString m_RemoteFileName; int m_Tries; bool m_ReQueried; |
