mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:17:44 +00:00
LibGUI: Use a separate data role for the table model sorting order.
This allows data to be displayed nicely while sorting happens based on some underlying raw data. :^)
This commit is contained in:
parent
3681a402ba
commit
46caa2663b
11 changed files with 43 additions and 15 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
sudo id
|
||||
|
||||
make_cmd="make -j2"
|
||||
make_cmd="make -j3"
|
||||
|
||||
$make_cmd -C ../LibC clean && \
|
||||
$make_cmd -C ../LibC && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue