diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-01-21 20:27:30 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-01-21 20:27:30 +0000 |
| commit | f27e4c418a210b36f7dfb219457311cc8146995a (patch) | |
| tree | 68a3f79b3f120e61ec975ac0a314e15f204db847 /src/plugins/Ui/qsui/actionmanager.cpp | |
| parent | 6c44ac621e974a70af2ad4771389405f44b06e81 (diff) | |
| download | qmmp-f27e4c418a210b36f7dfb219457311cc8146995a.tar.gz qmmp-f27e4c418a210b36f7dfb219457311cc8146995a.tar.bz2 qmmp-f27e4c418a210b36f7dfb219457311cc8146995a.zip | |
qsui: added hotkey for waveform seekbar
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9216 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/qsui/actionmanager.cpp')
| -rw-r--r-- | src/plugins/Ui/qsui/actionmanager.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/Ui/qsui/actionmanager.cpp b/src/plugins/Ui/qsui/actionmanager.cpp index 795014bc6..683029f99 100644 --- a/src/plugins/Ui/qsui/actionmanager.cpp +++ b/src/plugins/Ui/qsui/actionmanager.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2010-2019 by Ilya Kotov * + * Copyright (C) 2010-2020 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -62,7 +62,8 @@ ActionManager::ActionManager(QObject *parent) : m_actions[UI_ANALYZER] = nullptr; //external action m_actions[UI_FILEBROWSER] = nullptr; //external action m_actions[UI_COVER] = nullptr; //external action - m_actions[UI_PLAYLISTBROWSER] = nullptr; //external action + m_actions[UI_PLAYLIST_BROWSER] = nullptr; //external action + m_actions[UI_WAVEFORM_SEEKBAR] = nullptr; //external action m_actions[UI_SHOW_TABS] = createAction2(tr("Show Tabs"), "show_tabs", ""); m_actions[UI_SHOW_TITLEBARS] = createAction2(tr("Show Title Bars"), "show_titlebars", ""); m_actions[UI_BLOCK_TOOLBARS] = createAction2(tr("Block Toolbars"), "block_toolbars", ""); |
