src/hbcore/devicedialogbase/devicedialogserver/hbdevicedialogscontainer.cpp
changeset 3 11d3954df52a
parent 0 16d8024aca5e
child 5 627c4a0fd0e7
equal deleted inserted replaced
2:06ff229162e9 3:11d3954df52a
   207     }
   207     }
   208     Dialog &dialog = mDialogs[i];
   208     Dialog &dialog = mDialogs[i];
   209     dialog.mIndex = i;
   209     dialog.mIndex = i;
   210     return dialog;
   210     return dialog;
   211 }
   211 }
       
   212 
       
   213 // check is the dialog list empty
       
   214 bool HbDeviceDialogsContainer::isEmpty() const
       
   215 {
       
   216     return mDialogs.isEmpty();
       
   217 }