Changeset 8232 in ntrip for trunk/BNC/src
- Timestamp:
- Jan 4, 2018, 12:48:38 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r8171 r8232 2240 2240 //////////////////////////////////////////////////////////////////////////// 2241 2241 void bncWindow::slotHelp() { 2242 QUrl url; 2243 url.setPath(":bnchelp.html"); 2242 QUrl url = QUrl::fromLocalFile(":bnchelp.html"); 2244 2243 new bncHlpDlg(0, url); 2245 2244 } … … 2340 2339 2341 2340 QTextBrowser* tb = new QTextBrowser; 2342 QUrl url ; url.setPath(":bncabout.html");2341 QUrl url = QUrl::fromLocalFile(":bncabout.html"); 2343 2342 tb->setSource(url); 2344 2343 tb->setReadOnly(true);
Note:
See TracChangeset
for help on using the changeset viewer.