ui/commandhandlers/commoncommandhandlers/src/glxcommandhandlerremovefrom.cpp
changeset 26 c499df2dbb33
parent 24 99ad1390cd33
child 29 2c833fc9e98f
equal deleted inserted replaced
24:99ad1390cd33 26:c499df2dbb33
    54     return command;
    54     return command;
    55     }
    55     }
    56 
    56 
    57 QString GlxCommandHandlerRemoveFrom::CompletionTextL() const
    57 QString GlxCommandHandlerRemoveFrom::CompletionTextL() const
    58     {
    58     {
    59     return QString("Item removed!");
    59 	return QString();
    60     }
    60     }
    61 
    61 
    62 QString GlxCommandHandlerRemoveFrom::ProgressTextL() const
    62 QString GlxCommandHandlerRemoveFrom::ProgressTextL() const
    63     {
    63     {
    64     return QString("Removing...");
    64     return QString("Removing...");