aboutsummaryrefslogtreecommitdiff
path: root/singleapplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'singleapplication.h')
-rw-r--r--singleapplication.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/singleapplication.h b/singleapplication.h
index 9376dfe..93447f4 100644
--- a/singleapplication.h
+++ b/singleapplication.h
@@ -59,7 +59,9 @@ public:
enum Mode {
User = 1 << 0,
System = 1 << 1,
- SecondaryNotification = 1 << 2
+ SecondaryNotification = 1 << 2,
+ ExcludeAppVersion = 1 << 3,
+ ExcludeAppPath = 1 << 4
};
Q_DECLARE_FLAGS(Options, Mode)