mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:27:46 +00:00
LibGUI: Do AbstractView::set_column_hidden() => set_column_visible()
This API felt backwards, so let's change it.
This commit is contained in:
parent
cbc582e0df
commit
52de9b1753
7 changed files with 21 additions and 21 deletions
|
@ -59,7 +59,7 @@ public:
|
|||
int model_column() const { return m_model_column; }
|
||||
void set_model_column(int);
|
||||
|
||||
void set_column_hidden(int column_index, bool hidden);
|
||||
void set_column_visible(int column_index, bool visible);
|
||||
|
||||
void set_key_column_and_sort_order(int column, SortOrder);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue