qtmobility/tools/vsexplorer/vsexplorer.cpp
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 11 06b8e2af4411
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
   503         suppress();
   503         suppress();
   504     } else if((cmd == "watchers") && 1 == cmds.count()) {
   504     } else if((cmd == "watchers") && 1 == cmds.count()) {
   505         listwatchers();
   505         listwatchers();
   506     } else if((cmd == "subscriptions") && 1 == cmds.count()) {
   506     } else if((cmd == "subscriptions") && 1 == cmds.count()) {
   507         subscriptions();
   507         subscriptions();
   508     } else if(cmd == "") {
   508     } else if(cmd.isEmpty()) {
   509     } else {
   509     } else {
   510         printError();
   510         printError();
   511     }
   511     }
   512 }
   512 }
   513 
   513