From fc1ca42ed5a1b2d83a1dc8f94709a057b8e28e9d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 8 Mar 2018 06:07:15 +0300 Subject: Add support for change pin code by server request. --- src/progs/dyecmd/client.cpp | 4 ++++ src/progs/dyecmd/client.h | 2 ++ 2 files changed, 6 insertions(+) (limited to 'src/progs/dyecmd') diff --git a/src/progs/dyecmd/client.cpp b/src/progs/dyecmd/client.cpp index 40b2ad48f..353d4718f 100644 --- a/src/progs/dyecmd/client.cpp +++ b/src/progs/dyecmd/client.cpp @@ -809,6 +809,10 @@ void Client::focusWindow() } } +void Client::updatePinState() +{ +} + void Client::logVars() { #ifdef ANDROID diff --git a/src/progs/dyecmd/client.h b/src/progs/dyecmd/client.h index 89dd82e11..6b110ccbd 100644 --- a/src/progs/dyecmd/client.h +++ b/src/progs/dyecmd/client.h @@ -74,6 +74,8 @@ class Client final : public ActionListener void windowRemoved(const Window *const window); + void updatePinState(); + void focusWindow(); void slowLogic(); -- cgit v1.2.3-60-g2f50