From 80fc271b9d987e61ccd919382ee8d48ef2a37aa4 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 8 Aug 2009 15:47:48 +0000 Subject: 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 --- src/plugins/Input/ffmpeg/detailsdialog.h | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'src/plugins/Input/ffmpeg/detailsdialog.h') 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 - -#include "ui_detailsdialog.h" +#include /** @author Ilya Kotov */ -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; }; -- cgit v1.2.3-13-gbd6f