From 4bfe58f30260a2c8035bb3401937c5c2b68c792e Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 11 Jul 2007 18:30:19 +0000 Subject: added Shift+N hotkey for all windows git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@25 90c681e8-e032-0410-971d-27865f9a5e38 --- src/playlist.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/playlist.cpp b/src/playlist.cpp index 63f11f50f..3983698da 100644 --- a/src/playlist.cpp +++ b/src/playlist.cpp @@ -255,6 +255,7 @@ void PlayList::createActions() // Playlist Menu QAction *newListAct = new QAction ( tr ( "&New List" ),this ); newListAct->setShortcut ( tr ( "Shift+N" ) ); + m_actions << newListAct; m_playlistMenu->addAction ( newListAct ); connect ( newListAct, SIGNAL ( triggered() ), this, SIGNAL ( newPlaylist() ) ); m_playlistMenu->addSeparator(); -- cgit v1.2.3-13-gbd6f