aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Transports/http/httpinputfactory.cpp
blob: 25964eaa1956fd53a4af9ebb718537e13d5e7ed0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/***************************************************************************
 *   Copyright (C) 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  *
 *   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.             *
 ***************************************************************************/

#include <QtPlugin>
#include "httpinputsource.h"
#include "httpinputfactory.h"

const InputSourceProperties HTTPInputFactory::properties() const
{
    InputSourceProperties p;
    p.protocols = "http";
    p.shortName = "http";
    return p;
}

InputSource *HTTPInputFactory::create(const QString &url, QObject *parent)
{
    return new HTTPInputSource(url, parent);
}
Q_EXPORT_PLUGIN2(http, HTTPInputFactory);
opt"><message> <location filename="../decodersidfactory.cpp" line="116"/> <source>About SID Audio Plugin</source> <translation>Sobre o suplemento SID Audio</translation> </message> <message> <location filename="../decodersidfactory.cpp" line="117"/> <source>Qmmp SID Audio Plugin</source> <translation>Suplemento Qmmp SID Audio</translation> </message> <message> <location filename="../decodersidfactory.cpp" line="118"/> <source>This plugin plays Commodore 64 music files using libsidplayfp library</source> <translation>Este suplemento reproduz os ficheiros de som Commodore 64 com a biblioteca libsidplayfp</translation> </message> <message> <location filename="../decodersidfactory.cpp" line="119"/> <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source> <translation>Desenvolvido por: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation> </message> </context> <context> <name>SettingsDialog</name> <message> <location filename="../settingsdialog.ui" line="14"/> <source>SID Plugin Settings</source> <translation>Definições</translation> </message> <message> <location filename="../settingsdialog.ui" line="55"/> <source>Fast resampling</source> <translation>Amostragem rápida</translation> </message> <message> <location filename="../settingsdialog.ui" line="62"/> <source>Sample rate:</source> <translation>Frequência:</translation> </message> <message> <location filename="../settingsdialog.ui" line="69"/> <source>HVSC database file:</source> <translation>Ficheiro HVSC:</translation> </message> <message> <location filename="../settingsdialog.ui" line="76"/> <source>Resampling method:</source> <translation>Método de amostragem:</translation> </message> <message> <location filename="../settingsdialog.ui" line="93"/> <source>Defaults song length, sec:</source> <translation>Duração pré-definida da faixa (seg):</translation> </message> <message> <location filename="../settingsdialog.ui" line="100"/> <source>Enable HVSC song length database</source> <translation>Ativar base de dados de duração HVSC</translation> </message> <message> <location filename="../settingsdialog.ui" line="107"/> <source>Emulation:</source> <translation>Emulação:</translation> </message> <message> <location filename="../settingsdialog.cpp" line="41"/> <source>44100 Hz</source> <translation>44100 Hz</translation> </message> <message> <location filename="../settingsdialog.cpp" line="42"/> <source>48000 Hz</source> <translation>48000 Hz</translation> </message> </context> </TS>