~ubuntu-branches/ubuntu/quantal/minitube/quantal

« back to all changes in this revision

Viewing changes to src/networkaccess.h

  • Committer: Bazaar Package Importer
  • Author(s): Jakob Haufe
  • Date: 2010-12-17 00:23:23 UTC
  • mfrom: (1.2.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20101217002323-vpwwfdqdp8ady29d
New upstream version (Closes: #606670)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef NETWORKACCESS_H
2
2
#define NETWORKACCESS_H
3
3
 
 
4
#include <QtCore>
4
5
#include <QtNetwork>
5
6
 
6
7
namespace The {
35
36
 
36
37
public:
37
38
    NetworkAccess( QObject* parent=0);
 
39
    QNetworkReply* manualGet(QNetworkRequest request, int operation = QNetworkAccessManager::GetOperation);
38
40
    QNetworkReply* simpleGet(QUrl url, int operation = QNetworkAccessManager::GetOperation);
39
41
    NetworkReply* get(QUrl url);
40
42
    NetworkReply* head(QUrl url);