~neon/kolourpaint/master

« back to all changes in this revision

Viewing changes to mainWindow/kpMainWindow_View.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:
65
65
    d->actionShowGrid->setText (i18n ("Show &Grid"));
66
66
    ac->setDefaultShortcut (d->actionShowGrid, Qt::CTRL + Qt::Key_G);
67
67
    //d->actionShowGrid->setCheckedState (KGuiItem(i18n ("Hide &Grid")));
68
 
    connect (d->actionShowGrid, SIGNAL (triggered (bool)),
69
 
        SLOT (slotShowGridToggled ()));
 
68
    connect (d->actionShowGrid, SIGNAL (triggered(bool)),
 
69
        SLOT (slotShowGridToggled()));
70
70
 
71
71
 
72
72
    setupViewMenuThumbnailActions ();