Ignore:
Timestamp:
Apr 17, 2015, 5:18:25 PM (9 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.11.0/src/bncrinex.cpp

    r6779 r6780  
    147147    QUrl url(sklDir + "/" + _mountPoint.path().mid(1,4).toLower() + ".skl");
    148148    if (url.port() == -1) {
    149         if (sklDir.contains("https")) {
     149        if (sklDir.contains("https", Qt::CaseInsensitive)) {
    150150          url.setPort(443);
    151151        }
Note: See TracChangeset for help on using the changeset viewer.