diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-04-29 21:47:16 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-04-29 21:47:16 +0000 |
| commit | 9f21a5f3c222f392dc5370abda0417d80216ea37 (patch) | |
| tree | d9e48bfe568da01ace32c143335c7bac8c40052b /src/qmmpui/uihelper.cpp | |
| parent | 16e04556f68c3b12971ad12953761406ab795aae (diff) | |
| download | qmmp-9f21a5f3c222f392dc5370abda0417d80216ea37.tar.gz qmmp-9f21a5f3c222f392dc5370abda0417d80216ea37.tar.bz2 qmmp-9f21a5f3c222f392dc5370abda0417d80216ea37.zip | |
updated API documentation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9870 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/uihelper.cpp')
| -rw-r--r-- | src/qmmpui/uihelper.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/qmmpui/uihelper.cpp b/src/qmmpui/uihelper.cpp index 7e60b6458..e4a5f6e78 100644 --- a/src/qmmpui/uihelper.cpp +++ b/src/qmmpui/uihelper.cpp @@ -132,21 +132,6 @@ void UiHelper::registerMenu(UiHelper::MenuType type, QMenu *menu, bool autoHide, m_menus[type].menu->menuAction()->setVisible(!autoHide || !m_menus[type].actions.isEmpty()); } -void UiHelper::addWidget(const QString &id) -{ - emit widgetAdded(id); -} - -void UiHelper::removeWidget(const QString &id) -{ - emit widgetRemoved(id); -} - -void UiHelper::updateWidget(const QString &id) -{ - emit widgetUpdated(id); -} - void UiHelper::addFiles(QWidget *parent, PlayListModel *model) { QStringList filters; |
