- Timestamp:
- Apr 17, 2015, 5:18:25 PM (11 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  branches/BNC_2.11.0/src/bncrinex.cpp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      branches/BNC_2.11.0/src/bncrinex.cppr6779 r6780 147 147 QUrl url(sklDir + "/" + _mountPoint.path().mid(1,4).toLower() + ".skl"); 148 148 if (url.port() == -1) { 149 if (sklDir.contains("https")) { 149 if (sklDir.contains("https", Qt::CaseInsensitive)) { 150 150 url.setPort(443); 151 151 } 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
