]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/urlbutton.h
Step 1 of 2 to fix the issue that reloading of a directory resets the contents positi...
[dolphin.git] / src / urlbutton.h
index 4c88a7d3a7986b9dd7fc29fad0e0c623b63199df..a922ea0cd365a09abe50ff38e57a4ea6dda069a9 100644 (file)
@@ -33,8 +33,6 @@ class QPainter;
  *
  * Each button of the URL navigator contains an URL, which
  * is set as soon as the button has been clicked.
-*
- * @author Peter Penz
  */
 class UrlButton : public QPushButton
 {
@@ -44,7 +42,7 @@ public:
     explicit UrlButton(UrlNavigator* parent);
     virtual ~UrlButton();
 
-    UrlNavigator* urlNavigator() const;
+    UrlNavigator* urlNavigator() const { return m_urlNavigator; }
 
 protected:
     enum DisplayHint {