aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-18 13:35:40 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-18 13:35:40 +0000
commit83e894f0beb4ea6336b76718fbeb87ebd9d848e6 (patch)
tree3802d32a3dd49b54281e8fb23575cec1ed584516 /examples/GuiClient
parentfc79113160c6723684a1cc5e31ecac5e0c6ed93d (diff)
downloadqxmpp-83e894f0beb4ea6336b76718fbeb87ebd9d848e6.tar.gz
remove unnecessary includes
Diffstat (limited to 'examples/GuiClient')
-rw-r--r--examples/GuiClient/chatMsgGraphicsItem.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/GuiClient/chatMsgGraphicsItem.cpp b/examples/GuiClient/chatMsgGraphicsItem.cpp
index 05041804..0a78a7e4 100644
--- a/examples/GuiClient/chatMsgGraphicsItem.cpp
+++ b/examples/GuiClient/chatMsgGraphicsItem.cpp
@@ -23,11 +23,9 @@
#include "chatMsgGraphicsItem.h"
+
#include <QPainter>
#include <QTextDocument>
-#include <QFontMetrics>
-#include <QGraphicsScene>
-#include <QGraphicsView>
#include <QTime>
QLinearGradient getGradient(const QColor &col, const QRectF &rect)