summary refs log tree commit diff
path: root/src/emoji/Panel.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-01-31 06:12:02 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-01-31 15:11:21 +0100
commit4cd260bfcfcbf88a6efb8bf5a1abf3d37fb06463 (patch)
tree2d39fbdb1acdf678fa9d28f054ac08d44c91a4cf /src/emoji/Panel.cpp
parentAdd next/prev room shortcuts (diff)
downloadnheko-4cd260bfcfcbf88a6efb8bf5a1abf3d37fb06463.tar.xz
Optimize includes a bit
Diffstat (limited to 'src/emoji/Panel.cpp')
-rw-r--r--src/emoji/Panel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emoji/Panel.cpp b/src/emoji/Panel.cpp

index 49ff40c5..e3b966b4 100644 --- a/src/emoji/Panel.cpp +++ b/src/emoji/Panel.cpp
@@ -15,6 +15,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include <QPainter> #include <QPushButton> #include <QScrollBar> #include <QVBoxLayout>