diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-07-07 23:51:26 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-07-07 23:51:26 +0200 |
commit | ee5583251d92d47f96b03c3b447c115bab901c17 (patch) | |
tree | a95fe8709eb05ab776090479e49bae8d6def6d0e /libutil/include | |
parent | a23323a01ee2713209619ad99d8859616aa99cdb (diff) | |
download | MultiMC-ee5583251d92d47f96b03c3b447c115bab901c17.tar MultiMC-ee5583251d92d47f96b03c3b447c115bab901c17.tar.gz MultiMC-ee5583251d92d47f96b03c3b447c115bab901c17.tar.lz MultiMC-ee5583251d92d47f96b03c3b447c115bab901c17.tar.xz MultiMC-ee5583251d92d47f96b03c3b447c115bab901c17.zip |
Legacy versions downloaded from the new location are treated as legacy versions!
Diffstat (limited to 'libutil/include')
-rw-r--r-- | libutil/include/dlqueue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libutil/include/dlqueue.h b/libutil/include/dlqueue.h index 9041e762..5fb9409c 100644 --- a/libutil/include/dlqueue.h +++ b/libutil/include/dlqueue.h @@ -38,7 +38,7 @@ public: /// save to file? bool m_save_to_file; /// if saving to file, use the one specified in this string - QString m_rel_target_path; + QString m_target_path; /// this is the output file, if any QFile m_output_file; /// if not saving to file, downloaded data is placed here |