diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-12-14 19:20:31 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-12-14 19:20:31 +0000 |
| commit | 5dd33d3b1bde69b4ded0b1b35a874919c3007fe5 (patch) | |
| tree | 34e21b03abdd05f7697e22066f0cff397f5add7d /src/qmmpui/detailsdialog.h | |
| parent | 20379a8a96b8827d096779de0fd5fbbb6f543d88 (diff) | |
| download | qmmp-5dd33d3b1bde69b4ded0b1b35a874919c3007fe5.tar.gz qmmp-5dd33d3b1bde69b4ded0b1b35a874919c3007fe5.tar.bz2 qmmp-5dd33d3b1bde69b4ded0b1b35a874919c3007fe5.zip | |
added button to the detailsdialog, that opens up the directory of that file (based on patch by Panagiotis Papadopoulos) (Closes issue 361)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2010 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 3574ab408..c5e060bad 100644 --- a/src/qmmpui/detailsdialog.h +++ b/src/qmmpui/detailsdialog.h @@ -20,6 +20,7 @@ #ifndef DETAILSDIALOG_H #define DETAILSDIALOG_H +#include "ui_detailsdialog.h" #include <QDialog> #include <QList> #include <QMap> @@ -54,6 +55,7 @@ public: private slots: void on_buttonBox_clicked(QAbstractButton *button); + void on_directoryButton_clicked(); private: Ui::DetailsDialog *m_ui; |
