summaryrefslogtreecommitdiffstats
path: root/client/application.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/application.cpp')
-rw-r--r--client/application.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/client/application.cpp b/client/application.cpp
index 14ac7433..e986475f 100644
--- a/client/application.cpp
+++ b/client/application.cpp
@@ -1325,6 +1325,12 @@ void Application::on_app_activated()
{
_active = true;
_key_handler->on_focus_in();
+ Platform::set_clipboard_listener(this);
+}
+
+void Application::on_clipboard_change()
+{
+ _client.on_clipboard_change();
}
void Application::on_app_deactivated()