aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/addurldialog_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/addurldialog_p.h')
-rw-r--r--src/qmmpui/addurldialog_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmmpui/addurldialog_p.h b/src/qmmpui/addurldialog_p.h
index 27645ad57..97e7f3367 100644
--- a/src/qmmpui/addurldialog_p.h
+++ b/src/qmmpui/addurldialog_p.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2006-2017 by Ilya Kotov *
+ * Copyright (C) 2006-2019 by Ilya Kotov *
* forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -46,7 +46,7 @@ private slots:
private:
AddUrlDialog(QWidget *parent);
~AddUrlDialog();
- void accept();
+ void accept() override;
void setModel(PlayListModel*);
static QPointer<AddUrlDialog> m_instance;
PlayListModel *m_model;