aboutsummaryrefslogtreecommitdiff
path: root/src/ui/mainwindow.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-06-12 10:49:06 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-06-12 10:49:06 +0000
commitfef633fd806fc8d0b1bb3904de56c512e3f722fd (patch)
treedc53929508948823e70e02747b7d022e3c7d24bf /src/ui/mainwindow.cpp
parent9e77cbb9474d5dfd37d1f683de6e2c04666e6f6c (diff)
downloadqmmp-fef633fd806fc8d0b1bb3904de56c512e3f722fd.tar.gz
qmmp-fef633fd806fc8d0b1bb3904de56c512e3f722fd.tar.bz2
qmmp-fef633fd806fc8d0b1bb3904de56c512e3f722fd.zip
moved queue action
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@404 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/mainwindow.cpp')
-rw-r--r--src/ui/mainwindow.cpp1
1 files changed, 0 insertions, 1 deletions
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();