aboutsummaryrefslogtreecommitdiff
path: root/src/addurldialog.h
diff options
context:
space:
mode:
authorvovanec <vovanec@90c681e8-e032-0410-971d-27865f9a5e38>2007-07-01 19:55:47 +0000
committervovanec <vovanec@90c681e8-e032-0410-971d-27865f9a5e38>2007-07-01 19:55:47 +0000
commit8cbd1444b5f766b0cd03e953defc126311a8d915 (patch)
tree52f7265b4715989b2d7fc2886fc62908c4605517 /src/addurldialog.h
parent5ab0f82f0d26060c7066e8bf2e3600327bb0768a (diff)
downloadqmmp-8cbd1444b5f766b0cd03e953defc126311a8d915.tar.gz
qmmp-8cbd1444b5f766b0cd03e953defc126311a8d915.tar.bz2
qmmp-8cbd1444b5f766b0cd03e953defc126311a8d915.zip
addurl dialog
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@20 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/addurldialog.h')
-rw-r--r--src/addurldialog.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/addurldialog.h b/src/addurldialog.h
index 943e3869f..86a065703 100644
--- a/src/addurldialog.h
+++ b/src/addurldialog.h
@@ -1,3 +1,23 @@
+/***************************************************************************
+ * Copyright (C) 2006 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 *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ * *
+ * This program is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with this program; if not, write to the *
+ * Free Software Foundation, Inc., *
+ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
+ ***************************************************************************/
+
#ifndef ADDURLDIALOG_H
#define ADDURLDIALOG_H
@@ -8,6 +28,10 @@
class PlayListModel;
+/**
+ @author Vladimir Kuznetsov <vovanec@gmail.com>
+ */
+
class AddUrlDialog : public QDialog , private Ui::AddUrlDialog
{
Q_OBJECT