Skip to content
  • René J.V. Bertin's avatar
    prevent a QFileInfo warning · d3813ee6
    René J.V. Bertin authored
    DolphinSearchBox::init() can generate a terminal warning depending on
    the user's search history:
    
    QFileInfo::absolutePath: Constructed with empty filename
    
    The warning can seem to appear randomly if you don't use the search
    feature often, because of its dependency on previous search activity.
    
    Prevent this warning by adding a simple check if the current
    m_searchPath is valid or not. This check has no effect on the value
    returned by DolphinSearchBox::isIndexingEnabled() and is in line with
    the fact that m_searchPath == QUrl() indicates that no search path has
    been set.
    
    Differential Revision: https://phabricator.kde.org/D29194
    d3813ee6