summary refs log tree commit diff
path: root/src/emoji/Category.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-05-25 13:03:49 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2020-05-26 22:54:51 +0200
commit4ee9e5c27ce1788db42728ace2df2b4c6aa9ceed (patch)
tree74cc4879b9d0d9dca7ecd26f5937ef92f7806a82 /src/emoji/Category.cpp
parentOptionally use precompiled headers (diff)
downloadnheko-4ee9e5c27ce1788db42728ace2df2b4c6aa9ceed.tar.xz
Improve compile times a tiny bit
Diffstat (limited to 'src/emoji/Category.cpp')
-rw-r--r--src/emoji/Category.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emoji/Category.cpp b/src/emoji/Category.cpp

index e674e9db..5197c474 100644 --- a/src/emoji/Category.cpp +++ b/src/emoji/Category.cpp
@@ -15,9 +15,12 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include <QLabel> +#include <QListView> #include <QPainter> #include <QScrollBar> #include <QStyleOption> +#include <QVBoxLayout> #include "Config.h"