devicemgmtdialogsplugin/src/devicemanagementnotifierplugin.cpp
changeset 42 aa33c2cb9a50
parent 30 d3981f4fe6a4
child 67 fdbfe0a95492
--- a/devicemgmtdialogsplugin/src/devicemanagementnotifierplugin.cpp	Wed Jun 23 18:03:02 2010 +0300
+++ b/devicemgmtdialogsplugin/src/devicemanagementnotifierplugin.cpp	Tue Jul 06 14:06:19 2010 +0300
@@ -22,6 +22,7 @@
 #include "devicemanagementnotifierplugin_p.h"
 #include "devicemanagementnotifierwidget_p.h"
 #include "omacppinquerydialog.h"
+#include "fotadevicedialogs.h"
 
 
 Q_EXPORT_PLUGIN2(devicemanagementnotifiersplugin, devicemanagementnotifierplugin)
@@ -88,6 +89,12 @@
             // Return specific object for showing appropriate dialog
             return new omacppinquerydialog(parameters);
             }
+           
+        if (dialogtype >= EFwDLNeedMoreMemory && dialogtype <= EFwUpdResumeUpdate)
+            {
+            // Return specific object for showing appropriate dialog
+            return new fotadevicedialogs(parameters);
+            }
 
         }
     return new devicemanagementnotifierwidget(parameters);