diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2007-07-11 18:30:19 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2007-07-11 18:30:19 +0000 |
| commit | 4bfe58f30260a2c8035bb3401937c5c2b68c792e (patch) | |
| tree | 18b06e8cb88ecedcc6e9cc8f2da62ee188680cce /src | |
| parent | e25633e957fd32bce67bcf589a5657eeaf6ad3ca (diff) | |
| download | qmmp-4bfe58f30260a2c8035bb3401937c5c2b68c792e.tar.gz qmmp-4bfe58f30260a2c8035bb3401937c5c2b68c792e.tar.bz2 qmmp-4bfe58f30260a2c8035bb3401937c5c2b68c792e.zip | |
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
Diffstat (limited to 'src')
| -rw-r--r-- | src/playlist.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |
