summaryrefslogtreecommitdiff
path: root/EventDispatcher.h
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2018-02-23 23:49:48 +0000
committerThomas Preud'homme <robotux@celest.fr>2018-02-23 23:49:48 +0000
commitbd56579c7d9de94c17287adefa118290e6b7ba33 (patch)
tree666d7d0b6945b442573b7a3145969f66a53aa460 /EventDispatcher.h
parentb3c8bdcc0d1e4b2ab298847a7902b6d60410a5bc (diff)
New upstream version 1.4.0.3
Diffstat (limited to 'EventDispatcher.h')
-rw-r--r--EventDispatcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/EventDispatcher.h b/EventDispatcher.h
index b597c90..77b1948 100644
--- a/EventDispatcher.h
+++ b/EventDispatcher.h
@@ -44,7 +44,7 @@ class EventDispatcher : public QObject
/// \brief return if need be close
bool shouldBeClosed();
#if defined(Q_OS_WIN32) || defined(Q_OS_MAC)
- static QString GetOSDisplayString();
+ static std::string GetOSDisplayString();
#endif
public slots:
/// \brief Quit ultracopier
@@ -67,7 +67,7 @@ class EventDispatcher : public QObject
struct CoreSession
{
Core * CoreWindow;
- QList<int> copyMoveEventIdManaged;
+ std::vector<int> copyMoveEventIdManaged;
};
/// \brief the systray icon
SystrayIcon *backgroundIcon;