feat(symlinks&hardlinks): linkup copy dialog
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
8ba51c7900
commit
5978882378
9 changed files with 96 additions and 26 deletions
|
@ -30,4 +30,7 @@ private:
|
|||
QFutureWatcher<bool> m_copyFutureWatcher;
|
||||
std::unique_ptr<IPathMatcher> m_matcher;
|
||||
bool m_keepPlaytime;
|
||||
bool m_useLinks = false;
|
||||
bool m_useHardLinks = false;
|
||||
bool m_copySaves = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue