diff --git a/TODO.md b/TODO.md index 1fe37152..37f633b0 100644 --- a/TODO.md +++ b/TODO.md @@ -44,6 +44,9 @@ - When qml syntax highlighting supports ES6 string interpolation, use that - Fixes + - Newlines and quote after newline in room subtitle + - Newlines in code blocks + - Sending a message with `` - Remove usage of `splice()` - Event delegates changing height don't scroll the list - When selecting text and scrolling up, selection stops working after a while diff --git a/src/main.cpp b/src/main.cpp index 3c867b4d..ec48866a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3,8 +3,6 @@ #include #include #include -#include -#include #include "utils.h"