From fef633fd806fc8d0b1bb3904de56c512e3f722fd Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 12 Jun 2008 10:49:06 +0000 Subject: moved queue action git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@404 90c681e8-e032-0410-971d-27865f9a5e38 --- src/ui/mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ui/mainwindow.cpp') diff --git a/src/ui/mainwindow.cpp b/src/ui/mainwindow.cpp index f011668b5..85b9145a2 100644 --- a/src/ui/mainwindow.cpp +++ b/src/ui/mainwindow.cpp @@ -628,7 +628,6 @@ void MainWindow::createActions() m_mainMenu->addAction(tr("&Previous"),this, SLOT(previous()), tr("Z")); m_mainMenu->addAction(tr("&Next"),this, SLOT(next()), tr("B")); m_mainMenu->addAction(tr("P&lay/Pause"),this, SLOT(playPause()), tr("Space")); - m_mainMenu->addAction(tr("&Queue"),m_playListModel, SLOT(addToQueue()), tr("Q")); m_mainMenu->addSeparator(); m_mainMenu->addAction(tr("&Jump To File"),this, SLOT(jumpToFile()), tr("J")); m_mainMenu->addSeparator(); -- cgit v1.2.3-13-gbd6f