┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/places/placespanel.h
diff options
context:
space:
mode:
authorFelix Ernst <[email protected]>2020-11-23 13:38:22 +0100
committerFelix Ernst <[email protected]>2020-11-23 13:38:22 +0100
commitb62095950a8f0ed6d7359fd9b5e381dfdd2ac4d1 (patch)
treef9bc669a4d9b705867c95bb2c5213d02bbe567d9 /src/panels/places/placespanel.h
parent4f8c8955b944751d40149b06dd77de8e05060ad1 (diff)
parent2cd1c07cad5945a5286914c05987e21b53cc3c7f (diff)
Merge branch 'release/20.12'
Diffstat (limited to 'src/panels/places/placespanel.h')
-rw-r--r--src/panels/places/placespanel.h4
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);