diff options
| author | Felix Ernst <[email protected]> | 2020-11-23 13:38:22 +0100 |
|---|---|---|
| committer | Felix Ernst <[email protected]> | 2020-11-23 13:38:22 +0100 |
| commit | b62095950a8f0ed6d7359fd9b5e381dfdd2ac4d1 (patch) | |
| tree | f9bc669a4d9b705867c95bb2c5213d02bbe567d9 /src/panels/places/placespanel.h | |
| parent | 4f8c8955b944751d40149b06dd77de8e05060ad1 (diff) | |
| parent | 2cd1c07cad5945a5286914c05987e21b53cc3c7f (diff) | |
Merge branch 'release/20.12'
Diffstat (limited to 'src/panels/places/placespanel.h')
| -rw-r--r-- | src/panels/places/placespanel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/panels/places/placespanel.h b/src/panels/places/placespanel.h index fe4f46ba6..67b484c65 100644 --- a/src/panels/places/placespanel.h +++ b/src/panels/places/placespanel.h @@ -68,10 +68,10 @@ private: void editEntry(int index); /** - * Selects the item that has the closest URL for the URL set + * Selects the item that matches the URL set * for the panel (see Panel::setUrl()). */ - void selectClosestItem(); + void selectItem(); void triggerItem(int index, Qt::MouseButton button); |
