┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinurlnavigator.h
diff options
context:
space:
mode:
authorFelix Ernst <[email protected]>2020-11-09 14:25:15 +0100
committerElvis Angelaccio <[email protected]>2020-11-09 23:49:07 +0100
commit63f4981fe01d88b2ef1b27e0577d7f5d4c8cc485 (patch)
treeb0ca2892e0e7a28728cb5505cd5d14c9435893ac /src/dolphinurlnavigator.h
parent2d4d2ce9a14902ee5a2b236f8510596fc2f86b99 (diff)
Adress the third round of Angelaccio's review comments
Additionally remove some redundant code concerning UrlNavigator visuals.
Diffstat (limited to 'src/dolphinurlnavigator.h')
-rw-r--r--src/dolphinurlnavigator.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/dolphinurlnavigator.h b/src/dolphinurlnavigator.h
index a15428799..9bcc32b4d 100644
--- a/src/dolphinurlnavigator.h
+++ b/src/dolphinurlnavigator.h
@@ -15,8 +15,9 @@
*
* Makes sure that Dolphin preferences and settings are
* applied to all constructed DolphinUrlNavigators.
- *
* @see KUrlNavigator
+ *
+ * To apply changes to all instances of this class @see DolphinUrlNavigatorsController.
*/
class DolphinUrlNavigator : public KUrlNavigator
{
@@ -55,6 +56,9 @@ public:
/**
* Retrieve the visual state of this DolphinUrlNavigator.
* If two DolphinUrlNavigators have the same visual state they should look identical.
+ *
+ * @return a copy of the visualState of this object. Ownership of this copy is transferred
+ * to the caller via std::unique_ptr.
*/
std::unique_ptr<VisualState> visualState() const;
/**