From 9afdb33ec0ab2b4c8ad98ff7641999af45b315f2 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 31 Oct 2008 20:30:38 +0000 Subject: AAC plugin: added details dialog git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@607 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/aac/detailsdialog.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/plugins/Input/aac/detailsdialog.h') diff --git a/src/plugins/Input/aac/detailsdialog.h b/src/plugins/Input/aac/detailsdialog.h index 70540bda1..7716b5181 100644 --- a/src/plugins/Input/aac/detailsdialog.h +++ b/src/plugins/Input/aac/detailsdialog.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007 by Ilya Kotov * + * Copyright (C) 2008 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -35,12 +35,8 @@ public: ~DetailsDialog(); -private slots: - void saveTag(); - private: - void loadMPCInfo(); - void loadTag(); + void loadAACInfo(); Ui::DetailsDialog ui; QString m_path; -- cgit v1.2.3-13-gbd6f