mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-05 07:02:31 -06:00
Add interface to request the pid of the running instance.
This commit is contained in:
committed by
Vladimir Golovnev (Glassez)
parent
da561ccd38
commit
89b82778e6
@@ -88,6 +88,9 @@ public:
|
||||
// Obsolete:
|
||||
void initialize(bool dummy = true)
|
||||
{ isRunning(); Q_UNUSED(dummy) }
|
||||
#ifdef Q_OS_WIN
|
||||
ulong getRunningPid();
|
||||
#endif
|
||||
|
||||
public Q_SLOTS:
|
||||
bool sendMessage(const QString &message, int timeout = 5000);
|
||||
|
||||
Reference in New Issue
Block a user