mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 16:15:23 -04:00
fix sorting crashing with qt5 in shared files of friends rev3
This commit is contained in:
parent
ee23c42db8
commit
999ab0b98a
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ SharedFilesDialog::SharedFilesDialog(RetroshareDirModel *_tree_model,RetroshareD
|
|||
|
||||
// Mr.Alice: I removed this because it causes a crash for some obscur reason. Apparently when the model is changed, the proxy model cannot
|
||||
// deal with the change by itself. Should I call something specific? I've no idea. Removing this does not seem to cause any harm either.
|
||||
//set false because by default in qt5 is true and makes rs crash when sorting
|
||||
//Ghibli: set false because by default in qt5 is true and makes rs crash when sorting, all this decided by Cyril not me :D it works
|
||||
tree_proxyModel->setDynamicSortFilter(false);
|
||||
flat_proxyModel->setDynamicSortFilter(false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue