~neon/kolf/master

« back to all changes in this revision

Viewing changes to tagaro/scene.cpp

  • Committer: Montel Laurent
  • Date: 2014-12-17 18:45:42 UTC
  • mto: This revision was merged to the branch mainline in revision 1182.
  • Revision ID: git-v1:d64c6fc73734cb5a84066385e7ddb50d2f1d9d6a
Fix includes

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <QGraphicsTextItem>
24
24
#include <QGraphicsView>
25
25
#include <QStyleOptionGraphicsItem>
26
 
#include <QTextDocument>
27
26
 
28
27
Tagaro::Scene::Private::Private(KGameRenderer* backgroundRenderer, const QString& backgroundSpriteKey, Tagaro::Scene* parent)
29
28
        : KGameRendererClient(backgroundRenderer, backgroundSpriteKey)