mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibGUI: Make SortingProxyModel proxy accepts_drag()
This commit is contained in:
parent
12d0d12a78
commit
7baaa34490
Notes:
sideshowbarker
2024-07-19 00:01:31 +09:00
Author: https://github.com/awesomekling
Commit: 7baaa34490
6 changed files with 11 additions and 5 deletions
|
@ -589,7 +589,7 @@ String FileSystemModel::column_name(int column) const
|
|||
ASSERT_NOT_REACHED();
|
||||
}
|
||||
|
||||
bool FileSystemModel::accepts_drag(const ModelIndex& index, const Vector<String>& mime_types)
|
||||
bool FileSystemModel::accepts_drag(const ModelIndex& index, const Vector<String>& mime_types) const
|
||||
{
|
||||
if (!index.is_valid())
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue