~neon/kolourpaint/master

« back to all changes in this revision

Viewing changes to tools/selection/kpAbstractSelectionTool_Create.cpp

  • Committer: Yuri Chornoivan
  • Date: 2018-09-02 17:02:07 UTC
  • Revision ID: git-v1:48e2866ed74ed2cf5e32029d484b319c06068935
Fix minor EBN issues [includes] + [normalize]

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
{
63
63
    d->createNOPTimer = new QTimer (this);
64
64
    d->createNOPTimer->setSingleShot (true);
65
 
    connect (d->createNOPTimer, SIGNAL (timeout ()),
66
 
             this, SLOT (delayedDrawCreate ()));
 
65
    connect (d->createNOPTimer, SIGNAL (timeout()),
 
66
             this, SLOT (delayedDrawCreate()));
67
67
}
68
68
 
69
69
// private