Changeset 1336 in ntrip
- Timestamp:
- Dec 26, 2008, 11:13:40 AM (16 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bncnetrequest.cpp ¶
r1335 r1336 68 68 connect(_reply, SIGNAL(error(QNetworkReply::NetworkError)), 69 69 this, SLOT(slotError(QNetworkReply::NetworkError))); 70 connect(_reply, SIGNAL(sslErrors()), this, SLOT(slotSslErrors())); 70 /// connect(_reply, SIGNAL(sslErrors()), this, SLOT(slotSslErrors())); 71 71 72 72 -
TabularUnified trunk/BNC/ntrip2test.cpp ¶
r1335 r1336 12 12 QApplication app(argc, argv, false); 13 13 14 QUrl url;15 bncNetRequest req;16 14 17 req.request(url); 15 bncNetRequest* req = new bncNetRequest(); 16 17 QUrl url("http://euref-ip.bkg.bund.de:2111"); 18 req->request(url); 18 19 19 20 return app.exec();
Note:
See TracChangeset
for help on using the changeset viewer.