add first iteration of the integrated browser
This commit is contained in:
@ -35,6 +35,9 @@ public:
|
||||
~MainWindow();
|
||||
|
||||
void closeEvent(QCloseEvent *event);
|
||||
|
||||
// Browser Dialog
|
||||
void openWebPage(QUrl url);
|
||||
|
||||
private slots:
|
||||
void on_actionAbout_triggered();
|
||||
|
Reference in New Issue
Block a user