main.cpp: remove useless includes

This commit is contained in:
miruka 2019-09-26 17:46:55 -04:00
parent 579ec94094
commit 8416eb33e3
2 changed files with 3 additions and 2 deletions

View File

@ -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 `<thing>`
- 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

View File

@ -3,8 +3,6 @@
#include <QQmlContext>
#include <QQmlComponent>
#include <QFileInfo>
#include <QUrl>
#include <QLocale>
#include "utils.h"