/[projects]/infoscreen/httpwrapper.h
ViewVC logotype

Annotation of /infoscreen/httpwrapper.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 904 - (hide annotations) (download)
Fri Jun 25 13:52:07 2010 UTC (13 years, 10 months ago) by torben
File MIME type: text/plain
File size: 211 byte(s)
pass by reference
1 torben 528 #ifndef HTTPWRAPPER_H
2     #define HTTPWRAPPER_H
3    
4     #include <QByteArray>
5     #include <QString>
6    
7     class HttpWrapper
8     {
9     public:
10     HttpWrapper();
11 torben 904 static QByteArray getSyncData(QString& uri);
12 torben 528 };
13    
14     #endif // HTTPWRAPPER_H

  ViewVC Help
Powered by ViewVC 1.1.20