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