Remove use of more deprecated Qt functions, disable deprecation warnings

* Unfortunately at least one deprecated function
  QDesktopWidget::screenGeometry(const QPoint &p) has no easy alternative that
  works on 5.9 which is the version we have available by default on windows.
This commit is contained in:
baldurk
2019-07-10 17:39:03 +01:00
parent fb00089493
commit b56b597cbf
3 changed files with 6 additions and 3 deletions
@@ -496,7 +496,7 @@ public:
return qMin(maxColCount, sourceModel()->columnCount(parent));
}
void refresh() { QSortFilterProxyModel::filterChanged(); }
void refresh() { QSortFilterProxyModel::invalidateFilter(); }
int maxColCount = INT_MAX;
bool showFiles = true;
bool showDirs = true;