~ubuntu-branches/ubuntu/raring/mumble/raring

« back to all changes in this revision

Viewing changes to src/mumble/NetworkConfig.h

  • Committer: Bazaar Package Importer
  • Author(s): Thorvald Natvig, Patrick Matthäi, Thorvald Natvig
  • Date: 2011-02-19 22:58:58 UTC
  • mfrom: (9.1.15 sid)
  • Revision ID: james.westby@ubuntu.com-20110219225858-0xlftrf4z1z4jt9e
Tags: 1.2.3-1
[ Patrick Matthäi ]
* Do not build with non existant libpulse-dev on hurd-i386.

[ Thorvald Natvig ]
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
                void on_qcbType_currentIndexChanged(int v);
55
55
};
56
56
 
 
57
namespace Network {
 
58
        void prepareRequest(QNetworkRequest &);
 
59
        QNetworkReply *get(const QUrl &);
 
60
}
 
61
 
57
62
#else
58
63
class NetworkConfig;
59
64
#endif