main.cpp: remove useless includes
This commit is contained in:
parent
579ec94094
commit
8416eb33e3
3
TODO.md
3
TODO.md
|
@ -44,6 +44,9 @@
|
||||||
- When qml syntax highlighting supports ES6 string interpolation, use that
|
- When qml syntax highlighting supports ES6 string interpolation, use that
|
||||||
|
|
||||||
- Fixes
|
- Fixes
|
||||||
|
- Newlines and quote after newline in room subtitle
|
||||||
|
- Newlines in code blocks
|
||||||
|
- Sending a message with `<thing>`
|
||||||
- Remove usage of `splice()`
|
- Remove usage of `splice()`
|
||||||
- Event delegates changing height don't scroll the list
|
- Event delegates changing height don't scroll the list
|
||||||
- When selecting text and scrolling up, selection stops working after a while
|
- When selecting text and scrolling up, selection stops working after a while
|
||||||
|
|
|
@ -3,8 +3,6 @@
|
||||||
#include <QQmlContext>
|
#include <QQmlContext>
|
||||||
#include <QQmlComponent>
|
#include <QQmlComponent>
|
||||||
#include <QFileInfo>
|
#include <QFileInfo>
|
||||||
#include <QUrl>
|
|
||||||
#include <QLocale>
|
|
||||||
|
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user