mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 09:13:08 -07:00
- Replaced OSD messages by systray messages
This commit is contained in:
parent
8b702ef622
commit
01c467c31a
50 changed files with 1447 additions and 973 deletions
|
@ -41,10 +41,11 @@
|
|||
#include "ui_MainWindow.h"
|
||||
#include "options_imp.h"
|
||||
#include "about_imp.h"
|
||||
#include "OSD.h"
|
||||
#include "previewSelect.h"
|
||||
#include "trackerLogin.h"
|
||||
|
||||
#define TIME_TRAY_BALLOON 5000
|
||||
|
||||
class createtorrent;
|
||||
class QTimer;
|
||||
class DLListDelegate;
|
||||
|
@ -94,7 +95,6 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
|||
bool no_search_results;
|
||||
QByteArray search_result_line_truncated;
|
||||
unsigned long nb_search_results;
|
||||
OSD *OSDWindow;
|
||||
QTcpServer *tcpServer;
|
||||
QTcpSocket *clientConnection;
|
||||
|
||||
|
@ -133,6 +133,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
|||
void previewFileSelection();
|
||||
void previewFile(const QString& filePath);
|
||||
void cleanTempPreviewFile(int, QProcess::ExitStatus);
|
||||
void balloonClicked();
|
||||
// Torrent actions
|
||||
void showProperties(const QModelIndex &index);
|
||||
void propertiesSelection();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue