mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 20:25:29 +08:00
About info, fix relative files in onAnchorClicked
This commit is contained in:
committed by
Mat Sutcliffe
parent
072bb34a32
commit
8be1465f24
@@ -12,6 +12,7 @@
|
||||
#define BLACKGUI_COMPONENTS_ABOUTHTMLCOMPONENT_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include <QUrl>
|
||||
#include <QFrame>
|
||||
#include <QScopedPointer>
|
||||
|
||||
@@ -32,12 +33,15 @@ namespace BlackGui
|
||||
explicit CAboutHtmlComponent(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CAboutHtmlComponent();
|
||||
virtual ~CAboutHtmlComponent() override;
|
||||
|
||||
private:
|
||||
//! Load credits and legal info
|
||||
void loadAbout();
|
||||
|
||||
//! Anchor has been clicked
|
||||
void onAnchorClicked(const QUrl &url);
|
||||
|
||||
QScopedPointer<Ui::CAboutHtmlComponent> ui;
|
||||
};
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user