aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/detailsdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/detailsdialog.h')
-rw-r--r--src/qmmpui/detailsdialog.h2
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;