Changeset 5952 in ntrip
- Timestamp:
- Aug 16, 2014, 2:41:55 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/map/bncmapwin.cpp
r5896 r5952 102 102 103 103 QFile htmlFile; 104 if (settings.value("PPP/ useOsmMap").toBool()) {104 if (settings.value("PPP/osmRadioButton").toBool()) { 105 105 htmlFile.setFileName(":/map/map_osm.html"); 106 106 } … … 126 126 } 127 127 bncSettings settings; 128 int mapWinDotSize = settings.value("PPP/mapWinDotSize ").toInt();128 int mapWinDotSize = settings.value("PPP/mapWinDotSizeLineEdit").toInt(); 129 129 int mapWinDotColor = 1; 130 if (settings.value("PPP/mapWinDotColor ").toString() == "yellow") {130 if (settings.value("PPP/mapWinDotColorComboBox").toString() == "yellow") { 131 131 mapWinDotColor = 2; 132 132 }
Note:
See TracChangeset
for help on using the changeset viewer.