mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
- some optimizations
This commit is contained in:
parent
01df4d3c81
commit
08a57d267b
28 changed files with 4932 additions and 4932 deletions
|
@ -195,15 +195,15 @@ GUI::~GUI() {
|
|||
delete BTSession;
|
||||
}
|
||||
|
||||
void GUI::on_actionWebsite_triggered() {
|
||||
void GUI::on_actionWebsite_triggered() const {
|
||||
QDesktopServices::openUrl(QUrl(QString::fromUtf8("http://www.qbittorrent.org")));
|
||||
}
|
||||
|
||||
void GUI::on_actionDocumentation_triggered() {
|
||||
void GUI::on_actionDocumentation_triggered() const {
|
||||
QDesktopServices::openUrl(QUrl(QString::fromUtf8("http://wiki.qbittorrent.org")));
|
||||
}
|
||||
|
||||
void GUI::on_actionBugReport_triggered() {
|
||||
void GUI::on_actionBugReport_triggered() const {
|
||||
QDesktopServices::openUrl(QUrl(QString::fromUtf8("http://bugs.qbittorrent.org")));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue