mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
- Passing parameters between qBT instances in a better way (socket)
This commit is contained in:
@@ -96,7 +96,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
||||
bool no_search_results;
|
||||
QByteArray search_result_line_truncated;
|
||||
unsigned long nb_search_results;
|
||||
QTcpServer *tcpServer;
|
||||
QTcpServer tcpServer;
|
||||
QTcpSocket *clientConnection;
|
||||
|
||||
protected slots:
|
||||
@@ -109,8 +109,8 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
||||
void updateDlList();
|
||||
void showCreateWindow();
|
||||
void clearLog();
|
||||
void AnotherInstanceConnected();
|
||||
void readParamsInFile();
|
||||
void readParamsOnSocket();
|
||||
void acceptConnection();
|
||||
void saveCheckedSearchEngines(int) const;
|
||||
void saveColWidthDLList() const;
|
||||
void saveColWidthSearchList() const;
|
||||
|
||||
Reference in New Issue
Block a user