summaryrefslogtreecommitdiff
path: root/plugins/CopyEngine/Ultracopier/DebugDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CopyEngine/Ultracopier/DebugDialog.h')
-rw-r--r--plugins/CopyEngine/Ultracopier/DebugDialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CopyEngine/Ultracopier/DebugDialog.h b/plugins/CopyEngine/Ultracopier/DebugDialog.h
index d2b1d6b..c84cfaa 100644
--- a/plugins/CopyEngine/Ultracopier/DebugDialog.h
+++ b/plugins/CopyEngine/Ultracopier/DebugDialog.h
@@ -23,9 +23,9 @@ public:
explicit DebugDialog(QWidget *parent = 0);
~DebugDialog();
/// \brief to set the transfer list, limited in result to not slow down the application
- void setTransferList(const QStringList &list);
+ void setTransferList(const std::vector<std::string> &list);
/// \brief show the transfer thread, it show be a thread pool in normal time
- void setTransferThreadList(const QStringList &list);
+ void setTransferThreadList(const std::vector<std::string> &list);
/// \brief show how many transfer is active
void setActiveTransfer(const int &activeTransfer);
/// \brief show many many inode is manipulated