~neon/ksirk/master

« back to all changes in this revision

Viewing changes to ksirk/GameLogic/KsirkChatModel.cpp

  • Committer: Laurent Montel
  • Date: 2020-10-23 04:58:22 UTC
  • Revision ID: git-v1:bcdbc1ccd8f86e9ba015e442946dbaf00b34a2ee
If include is define in .h remove it if it's defined in .cpp too (scripted)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#include <QPainter>
30
30
#include <QColorDialog>
31
31
#include <QInputDialog>
32
 
#include <QPixmap>
33
32
namespace Ksirk
34
33
{
35
34
   class KGameWindow;