fix: Use links to new documentation

This commit is contained in:
Lars Toenning
2025-06-13 22:15:24 +02:00
parent acb52d978e
commit 497ff56438
19 changed files with 9 additions and 117 deletions

View File

@@ -161,13 +161,7 @@ namespace swift::gui
void addMenuHelp(QMenu &menu);
//! Show help page (online help)
void showHelp(const QString &context = {}) const;
//! Show help page (online help), use QObject::objectName as 2nd level context
void showHelp(const QObject *qObject) const;
//! Static version used with dialogs
static bool triggerShowHelp(const QWidget *widget, QEvent *event);
void showHelp(const QString &subpath = {}) const;
//! Style sheet handling
const CStyleSheetUtility &getStyleSheetUtility() const;