mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
widget/menue: remove virtual from addItem(), Is not really required
Origin commit data
------------------
Branch: ni/coolstream
Commit: cae6abfc87
Author: Thilo Graf <dbt@novatux.de>
Date: 2023-02-19 (Sun, 19 Feb 2023)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -619,7 +619,7 @@ class CMenuWidget : public CMenuTarget, public CComponentsSignals
|
||||
CMenuWidget(const neutrino_locale_t Name, const std::string & Icon = "", const int mwidth = 30, const mn_widget_id_t &w_index = NO_WIDGET_ID);
|
||||
~CMenuWidget();
|
||||
void ResetModules();
|
||||
virtual void addItem(CMenuItem* menuItem, const bool defaultselected = false);
|
||||
void addItem(CMenuItem* menuItem, const bool defaultselected = false);
|
||||
|
||||
enum
|
||||
{
|
||||
|
Reference in New Issue
Block a user