mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 17:23:07 -07:00
- some optimizations
This commit is contained in:
parent
01df4d3c81
commit
08a57d267b
28 changed files with 4932 additions and 4932 deletions
|
@ -89,8 +89,8 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
|||
void toggleVisibility(QSystemTrayIcon::ActivationReason e);
|
||||
void on_actionAbout_triggered();
|
||||
void on_actionCreate_torrent_triggered();
|
||||
void on_actionWebsite_triggered();
|
||||
void on_actionBugReport_triggered();
|
||||
void on_actionWebsite_triggered() const;
|
||||
void on_actionBugReport_triggered() const;
|
||||
void readParamsOnSocket();
|
||||
void acceptConnection();
|
||||
void togglePausedState(QString hash);
|
||||
|
@ -123,7 +123,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
|||
void on_actionDelete_triggered();
|
||||
void on_actionSet_global_upload_limit_triggered();
|
||||
void on_actionSet_global_download_limit_triggered();
|
||||
void on_actionDocumentation_triggered();
|
||||
void on_actionDocumentation_triggered() const;
|
||||
void checkConnectionStatus();
|
||||
void configureSession(bool deleteOptions);
|
||||
void processParams(const QStringList& params);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue