diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-07-04 19:32:57 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-07-04 19:32:57 +0000 |
| commit | 0b39a63093ff91ab975fb99a88026a8c4b5dfe30 (patch) | |
| tree | b5058dabee6ef67bf5511e5c7ac865aad2a2fba3 /src/qmmpui/detailsdialog.h | |
| parent | e2f5fbf78d3c02cefe68a4cc8711577576c4fddb (diff) | |
| download | qmmp-0b39a63093ff91ab975fb99a88026a8c4b5dfe30.tar.gz qmmp-0b39a63093ff91ab975fb99a88026a8c4b5dfe30.tar.bz2 qmmp-0b39a63093ff91ab975fb99a88026a8c4b5dfe30.zip | |
fixed previous commit
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8100 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/detailsdialog.h')
| -rw-r--r-- | src/qmmpui/detailsdialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qmmpui/detailsdialog.h b/src/qmmpui/detailsdialog.h index 23e4acd9d..0431c5875 100644 --- a/src/qmmpui/detailsdialog.h +++ b/src/qmmpui/detailsdialog.h @@ -23,6 +23,7 @@ #include <QDialog> #include <QList> #include <QMap> +#include <QCloseEvent> #include <qmmp/qmmp.h> #include "qmmpui_export.h" @@ -62,6 +63,7 @@ private slots: private: Ui::DetailsDialog *m_ui; + void closeEvent(QCloseEvent *); void updatePage(); void printInfo(); QString formatRow(const QString key, const QString value); |
