diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-07-14 18:33:31 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-07-14 18:33:31 +0200 |
commit | 33b9b25da7d3d29f949c9418295de257d437c9f8 (patch) | |
tree | 65eea838f89ed182636890c1ce6f678ad4fc1276 /libutil/include/dlqueue.h | |
parent | c96ac2460522b9567a10831bcd1d8a6bc9f36d9d (diff) | |
download | MultiMC-33b9b25da7d3d29f949c9418295de257d437c9f8.tar MultiMC-33b9b25da7d3d29f949c9418295de257d437c9f8.tar.gz MultiMC-33b9b25da7d3d29f949c9418295de257d437c9f8.tar.lz MultiMC-33b9b25da7d3d29f949c9418295de257d437c9f8.tar.xz MultiMC-33b9b25da7d3d29f949c9418295de257d437c9f8.zip |
More work on the downloader and 1.6 instance creation
Diffstat (limited to 'libutil/include/dlqueue.h')
-rw-r--r-- | libutil/include/dlqueue.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libutil/include/dlqueue.h b/libutil/include/dlqueue.h index 14fa6e60..69fc22a6 100644 --- a/libutil/include/dlqueue.h +++ b/libutil/include/dlqueue.h @@ -40,6 +40,8 @@ public: /// save to file? bool m_save_to_file; + /// is the saving file already open? + bool m_opened_for_saving; /// if saving to file, use the one specified in this string QString m_target_path; /// this is the output file, if any |