Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kocik <kocikdav@gmail.com>2019-12-18 12:08:17 +0300
committerDavid Kocik <kocikdav@gmail.com>2019-12-18 12:08:17 +0300
commit146b94264171180199309275c93e0a8553a135e0 (patch)
tree182f2ffa2b872c64f47598c1a072a0c0e3620b02 /src/slic3r/GUI/RemovableDriveManager.hpp
parent7e4e1745afb7ac09c65d3fe6cf7bffbc22eb8b84 (diff)
set_did_eject method
Diffstat (limited to 'src/slic3r/GUI/RemovableDriveManager.hpp')
-rw-r--r--src/slic3r/GUI/RemovableDriveManager.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/RemovableDriveManager.hpp b/src/slic3r/GUI/RemovableDriveManager.hpp
index 1b337338e..ea4584fee 100644
--- a/src/slic3r/GUI/RemovableDriveManager.hpp
+++ b/src/slic3r/GUI/RemovableDriveManager.hpp
@@ -56,6 +56,7 @@ public:
void set_is_writing(const bool b);
bool get_is_writing();
bool get_did_eject();
+ void set_did_eject(const bool b);
std::string get_drive_name(const std::string& path);
private:
RemovableDriveManager();