mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
refs #139 added keyboard key list to settings, so values can be changed
This commit is contained in:
@@ -50,7 +50,7 @@ namespace BlackMisc
|
||||
* \brief Path
|
||||
* \return
|
||||
*/
|
||||
static const QString &PathTrafficServer()
|
||||
static const QString &ValueTrafficServer()
|
||||
{
|
||||
static const QString cmd("trafficserver");
|
||||
return cmd;
|
||||
@@ -66,7 +66,6 @@ namespace BlackMisc
|
||||
|
||||
/*!
|
||||
* Traffic network server objects
|
||||
* \return
|
||||
*/
|
||||
BlackMisc::Network::CServerList getTrafficNetworkServers() const { return m_trafficNetworkServers; }
|
||||
|
||||
@@ -77,7 +76,6 @@ namespace BlackMisc
|
||||
|
||||
/*!
|
||||
* \brief URL of booking service
|
||||
* \return
|
||||
*/
|
||||
QString getBookingServiceUrl() const { return "http://vatbook.euroutepro.com/xml2.php"; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user