mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 07:15:34 +08:00
refs #680, call help URL from menu
* added central functionality in CGuiApplication * function in global setup for URL
This commit is contained in:
@@ -57,6 +57,11 @@ namespace BlackCore
|
||||
return getDbRootDirectoryUrl().withAppendedPath("/page/index.php");
|
||||
}
|
||||
|
||||
CUrl CGlobalSetup::getHelpPageUrl() const
|
||||
{
|
||||
return getDbRootDirectoryUrl().withAppendedPath("/page/index.php");
|
||||
}
|
||||
|
||||
CUrl CGlobalSetup::getDbLoginServiceUrl() const
|
||||
{
|
||||
return getDbRootDirectoryUrl().
|
||||
|
||||
@@ -84,6 +84,9 @@ namespace BlackCore
|
||||
//! Home page url
|
||||
BlackMisc::Network::CUrl getDbHomePageUrl() const;
|
||||
|
||||
//! Help page URL
|
||||
BlackMisc::Network::CUrl getHelpPageUrl() const;
|
||||
|
||||
//! Login service
|
||||
BlackMisc::Network::CUrl getDbLoginServiceUrl() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user