kdelibs4support--

wilder-work
Montel Laurent 12 years ago
parent 6f21030fc5
commit cba5ee5ebd
  1. 3
      tag/tagactionmanager.cpp

@ -218,8 +218,7 @@ void TagActionManager::createTagActions(const QList<MailCommon::Tag::Ptr> &tags)
if (!mNewTagAction) {
mNewTagAction = new QAction( i18n( "Add new tag..." ), this );
connect( mNewTagAction, SIGNAL(triggered(bool)),
this, SLOT(newTagActionClicked()) );
connect(mNewTagAction, &QAction::triggered, this, &TagActionManager::newTagActionClicked);
}
mMessageActions->messageStatusMenu()->menu()->addAction( mNewTagAction );

Loading…
Cancel
Save