diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-10-31 14:09:51 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-11-23 20:06:15 +0100 |
commit | 6b6085b270bcdffe56e19de1cd1171a73fe5fba1 (patch) | |
tree | 361425a90d30c73f4d0ebf4f1bf97951c522c698 /src/Logging.cpp | |
parent | break height binding loop (diff) | |
download | nheko-6b6085b270bcdffe56e19de1cd1171a73fe5fba1.tar.xz |
Actually fix updating roomlist on new messages
Diffstat (limited to 'src/Logging.cpp')
-rw-r--r-- | src/Logging.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Logging.cpp b/src/Logging.cpp index b5952aeb..126b3781 100644 --- a/src/Logging.cpp +++ b/src/Logging.cpp @@ -105,4 +105,3 @@ qml() return qml_logger; } } - |