Fix room sorting for good

Do it the right way with a QSortFilterProxyModel.
This commit is contained in:
miruka
2019-05-06 13:07:00 -04:00
parent 0e5c5619cf
commit cdf6190cba
11 changed files with 178 additions and 70 deletions

View File

@@ -2,7 +2,6 @@
# This file is part of harmonyqml, licensed under GPLv3.
import signal
import sys
from pathlib import Path
from typing import Any, Dict, Generator