use QFileInfo to check if path is absolute to avoid assert on windows
authorMatthieu Gallien <matthieu_gallien@yahoo.fr>
Tue, 6 Apr 2021 14:55:59 +0000 (16:55 +0200)
committerKevin Ottens (Rebase PR Action) <er-vin@users.noreply.github.com>
Wed, 7 Apr 2021 07:40:07 +0000 (07:40 +0000)
commitd6752c96b1f357f2f92fe14b2d4f97946b0f69b3
tree6da31abd8f769fa3248f168b7938bb7b53690903
parent77681ff5b508e567c4272efd53d1723f9de32a69
use QFileInfo to check if path is absolute to avoid assert on windows

on windos absolute path does not have to start with / . Remove failing assert
when editing ignored files list.

Signed-off-by: Matthieu Gallien <matthieu_gallien@yahoo.fr>
src/gui/accountsettings.cpp