diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-01-13 04:16:11 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-01-26 21:44:13 +0100 |
commit | aaae72a4f2936df84dbb94052c0d303a1fcc33a9 (patch) | |
tree | 8dfe774cf267beab74a0d6edd3de033cb8d49ded /src/ChatPage.h | |
parent | Initial qml root window (diff) | |
download | nheko-aaae72a4f2936df84dbb94052c0d303a1fcc33a9.tar.xz |
Fix focus and qml parenting with qml root
Diffstat (limited to 'src/ChatPage.h')
-rw-r--r-- | src/ChatPage.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ChatPage.h b/src/ChatPage.h index 5e3b509d..4b7351a5 100644 --- a/src/ChatPage.h +++ b/src/ChatPage.h @@ -143,7 +143,6 @@ signals: void retrievedPresence(const QString &statusMsg, mtx::presence::PresenceState state); void themeChanged(); void decryptSidebarChanged(); - void chatFocusChanged(const bool focused); //! Signals for device verificaiton void receivedDeviceVerificationAccept(const mtx::events::msg::KeyVerificationAccept &message); |