diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-01-31 06:12:02 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-01-31 15:11:21 +0100 |
commit | 4cd260bfcfcbf88a6efb8bf5a1abf3d37fb06463 (patch) | |
tree | 2d39fbdb1acdf678fa9d28f054ac08d44c91a4cf /src/emoji | |
parent | Add next/prev room shortcuts (diff) | |
download | nheko-4cd260bfcfcbf88a6efb8bf5a1abf3d37fb06463.tar.xz |
Optimize includes a bit
Diffstat (limited to 'src/emoji')
-rw-r--r-- | src/emoji/ItemDelegate.cpp | 1 | ||||
-rw-r--r-- | src/emoji/Panel.cpp | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/emoji/ItemDelegate.cpp b/src/emoji/ItemDelegate.cpp index 890e334a..afa01625 100644 --- a/src/emoji/ItemDelegate.cpp +++ b/src/emoji/ItemDelegate.cpp @@ -15,7 +15,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include <QDebug> #include <QPainter> #include <QSettings> 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> |