diff options
Diffstat (limited to 'src/qmmpui/aboutdialog.cpp')
| -rw-r--r-- | src/qmmpui/aboutdialog.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/qmmpui/aboutdialog.cpp b/src/qmmpui/aboutdialog.cpp index a4232e347..1d807027d 100644 --- a/src/qmmpui/aboutdialog.cpp +++ b/src/qmmpui/aboutdialog.cpp @@ -1,5 +1,5 @@ /*************************************************************************** -* Copyright (C) 2006-2012 by Ilya Kotov * +* Copyright (C) 2006-2013 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -18,7 +18,6 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ - #include <QFile> #include <QTextStream> #include <qmmp/decoder.h> @@ -51,11 +50,6 @@ AboutDialog::~AboutDialog() {} /*$SPECIALIZATION$*/ -void AboutDialog::accept() -{ - QDialog::accept(); -} - QString AboutDialog::loadAbout() { QString text; |
