diff options
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 9a56133..ec8af9c 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -457,3 +457,8 @@ void MainWindow::on_favourites_view_customContextMenuRequested(const QPoint &pos } } } + +void MainWindow::on_actionChangelog_triggered() +{ + this->addNewTab(true, QUrl("about:updates")); +} |
