src/hbcore/devicedialogbase/hbdevicedialogplugin.h
changeset 34 ed14f46c0e55
parent 6 c3690ec91ef8
--- a/src/hbcore/devicedialogbase/hbdevicedialogplugin.h	Mon Oct 04 17:49:30 2010 +0300
+++ b/src/hbcore/devicedialogbase/hbdevicedialogplugin.h	Mon Oct 18 18:23:13 2010 +0300
@@ -64,7 +64,13 @@
         DeviceNotificationDialogGroup,
         IndicatorGroup,
         SecurityGroup,
-        CriticalGroup
+        CriticalGroup // deprecated
+    };
+
+    enum ShowLevel{
+        NormalLevel,
+        SecurityLevel,
+        CriticalLevel
     };
 
     enum DeviceDialogFlag{
@@ -84,7 +90,8 @@
         DeviceDialogGroup group;
         int flags;
         int priority;
-        quint32 spare[8];
+        ShowLevel showLevel;
+        quint32 spare[7];
     };
 
     virtual bool accessAllowed(const QString &deviceDialogType,