Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mumble/OverlayClient.h')
-rw-r--r--src/mumble/OverlayClient.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mumble/OverlayClient.h b/src/mumble/OverlayClient.h
index d8fa0b865..f1dd32ccc 100644
--- a/src/mumble/OverlayClient.h
+++ b/src/mumble/OverlayClient.h
@@ -63,8 +63,11 @@ class OverlayClient : public QObject {
QGraphicsPixmapItem *qgpiFPS;
QGraphicsPixmapItem *qgpiTime;
- /// The process ID of the processing displaying an overlay.
+ /// The process ID of the process this OverlayClient is connected to.
quint64 uiPid;
+ /// The path to the executable of the process that this OverlayClient is connected to.
+ QString qsExecutablePath;
+
QGraphicsScene qgs;
OverlayUserGroup ougUsers;