Changeset 171 in ntrip
- Timestamp:
- Sep 14, 2006, 4:24:14 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnchtml.cpp
r170 r171 40 40 void bncHtml::slotAnchorClicked(const QUrl& url) { 41 41 42 cout << "A>" << url.toString().toAscii().data() << "<B" << endl; 42 43 QString href = url.toString(); 44 if (href.indexOf(':') != 0) { 45 QUrl urlNew; urlNew.setPath(":bnchelp.html" + href); 46 setSource(url); 47 } 43 48 }
Note:
See TracChangeset
for help on using the changeset viewer.