- Timestamp:
- Jan 14, 2025 3:37:48 PM (4 weeks ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/helpbrowser
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/helpbrowser/UIHelpBrowserWidget.cpp
r107759 r107760 1733 1733 } 1734 1734 1735 QUrl UIHelpBrowserWidget::find IndexHtml() const1735 QUrl UIHelpBrowserWidget::findHomeUrl() const 1736 1736 { 1737 1737 if (m_pHelpEngine && m_pHelpEngine->contentModel()) … … 1899 1899 void UIHelpBrowserWidget::sltGoHome() 1900 1900 { 1901 QUrl homeUrl = find IndexHtml();1901 QUrl homeUrl = findHomeUrl(); 1902 1902 if (homeUrl.isValid() && m_pTabManager) 1903 1903 m_pTabManager->setSource(homeUrl); -
trunk/src/VBox/Frontends/VirtualBox/src/helpbrowser/UIHelpBrowserWidget.h
r107759 r107760 140 140 void saveOptions(); 141 141 void cleanup(); 142 QUrl find IndexHtml() const;142 QUrl findHomeUrl() const; 143 143 /* Returns the url of the item with @p itemIndex. */ 144 144 QUrl contentWidgetUrl(const QModelIndex &itemIndex) const;
Note:
See TracChangeset
for help on using the changeset viewer.