┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Montel <[email protected]>2021-03-07 20:41:15 +0100
committerLaurent Montel <[email protected]>2021-03-07 20:41:15 +0100
commita440ff1acbc202883d11e3397d795bd14cd8c34d (patch)
tree8bc91ed1e0d9a6e74500b972802c2a87f02d815c
parent35ec23ac1b7a38ef46960882e111d80a2aa724b4 (diff)
Remove not implement methods
-rw-r--r--src/dolphintabpage.h6
-rw-r--r--src/panels/information/informationpanel.h6
2 files changed, 0 insertions, 12 deletions
diff --git a/src/dolphintabpage.h b/src/dolphintabpage.h
index 512ac22fe..a9b7f8133 100644
--- a/src/dolphintabpage.h
+++ b/src/dolphintabpage.h
@@ -96,12 +96,6 @@ public:
void insertNavigatorsWidget(DolphinNavigatorsWidgetAction *navigatorsWidget);
/**
- * Notify the connected DolphinNavigatorsWidgetAction of geometry changes which it
- * needs for visual alignment.
- */
- void resizeNavigators() const;
-
- /**
* Marks the items indicated by \p urls to get selected after the
* directory DolphinView::url() has been loaded. Note that nothing
* gets selected if no loading of a directory has been triggered
diff --git a/src/panels/information/informationpanel.h b/src/panels/information/informationpanel.h
index baeb6e875..debd88e46 100644
--- a/src/panels/information/informationpanel.h
+++ b/src/panels/information/informationpanel.h
@@ -97,12 +97,6 @@ private:
void cancelRequest();
/**
- * Shows the meta information for the current shown item inside
- * a label.
- */
- void showMetaInfo();
-
- /**
* Returns true, if \a url is equal to the shown URL m_shownUrl.
*/
bool isEqualToShownUrl(const QUrl& url) const;