mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-05 15:12:32 -06:00
Some improvements of requesting pid of running instance code.
This commit is contained in:
@@ -89,7 +89,8 @@ public:
|
||||
void initialize(bool dummy = true)
|
||||
{ isRunning(); Q_UNUSED(dummy) }
|
||||
#ifdef Q_OS_WIN
|
||||
ulong getRunningPid();
|
||||
#define QBT_HAS_GETCURRENTPID
|
||||
qint64 getRunningPid();
|
||||
#endif
|
||||
|
||||
public Q_SLOTS:
|
||||
|
||||
Reference in New Issue
Block a user