Add missing names for parameter variables
This commit is contained in:
@@ -54,7 +54,9 @@ RadioView::RadioView(QWidget *parent)
|
||||
|
||||
RadioView::~RadioView() { delete menu_; }
|
||||
|
||||
void RadioView::showEvent(QShowEvent*) {
|
||||
void RadioView::showEvent(QShowEvent *e) {
|
||||
|
||||
Q_UNUSED(e)
|
||||
|
||||
if (!initialized_) {
|
||||
Q_EMIT GetChannels();
|
||||
|
||||
Reference in New Issue
Block a user