mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
[UI] Show VATSIM AFV map until our own map is ready
This commit is contained in:
committed by
Mat Sutcliffe
parent
848911c168
commit
9d218f39f8
@@ -886,6 +886,12 @@ namespace BlackGui
|
||||
Q_UNUSED(c)
|
||||
}
|
||||
|
||||
void CGuiApplication::openUrl(const CUrl &url)
|
||||
{
|
||||
if (url.isEmpty() || this->isShuttingDown()) { return; }
|
||||
QDesktopServices::openUrl(url);
|
||||
}
|
||||
|
||||
void CGuiApplication::addMenuHelp(QMenu &menu)
|
||||
{
|
||||
QPointer<QWidget> w = mainApplicationWidget();
|
||||
|
||||
Reference in New Issue
Block a user