aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/ffmpeg/detailsdialog.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-08-08 15:47:48 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-08-08 15:47:48 +0000
commit80fc271b9d987e61ccd919382ee8d48ef2a37aa4 (patch)
tree5e45d4815b4bce8e4a0b767e7e8ad3d3e2bfd3dc /src/plugins/Input/ffmpeg/detailsdialog.h
parenta8c93db69bb2f23a79a03c80d4122463195cad72 (diff)
downloadqmmp-80fc271b9d987e61ccd919382ee8d48ef2a37aa4.tar.gz
qmmp-80fc271b9d987e61ccd919382ee8d48ef2a37aa4.tar.bz2
qmmp-80fc271b9d987e61ccd919382ee8d48ef2a37aa4.zip
ffmpeg plugin: added unified details dialog
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1125 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/ffmpeg/detailsdialog.h')
-rw-r--r--src/plugins/Input/ffmpeg/detailsdialog.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/src/plugins/Input/ffmpeg/detailsdialog.h b/src/plugins/Input/ffmpeg/detailsdialog.h
index 258a1bd21..1c21004c2 100644
--- a/src/plugins/Input/ffmpeg/detailsdialog.h
+++ b/src/plugins/Input/ffmpeg/detailsdialog.h
@@ -1,6 +1,6 @@
/***************************************************************************
- * Copyright (C) 2006 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * Copyright (C) 2006-2009 by Ilya Kotov *
+ * forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -20,14 +20,12 @@
#ifndef DETAILSDIALOG_H
#define DETAILSDIALOG_H
-#include <QDialog>
-
-#include "ui_detailsdialog.h"
+#include <qmmp/abstractdetailsdialog.h>
/**
@author Ilya Kotov <forkotov02@hotmail.ru>
*/
-class DetailsDialog : public QDialog
+class DetailsDialog : public AbstractDetailsDialog
{
Q_OBJECT
public:
@@ -35,9 +33,8 @@ public:
~DetailsDialog();
-private:
+private:
void loadInfo();
- Ui::DetailsDialog ui;
QString m_path;
};