diff options
| -rw-r--r-- | src/webpage.cpp | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/src/webpage.cpp b/src/webpage.cpp index e9f71232..1119d4b6 100644 --- a/src/webpage.cpp +++ b/src/webpage.cpp @@ -452,8 +452,7 @@ void WebPage::handleUnsupportedContent(QNetworkReply *reply)          case KParts::BrowserOpenOrSaveQuestion::Cancel:              return; -        default: // non extant case -            ASSERT_NOT_REACHED(); +        default: // Can happen when "Open with.." is set and "don't ask again" is checked              break;          }      } | 
