ui/commandhandlers/commoncommandhandlers/src/glxcommandhandlerremovefrom.cpp
changeset 54 0f0f3f26f787
parent 40 112f0ac2d1f0
equal deleted inserted replaced
52:a3a4c0de738e 54:0f0f3f26f787
    19 #include <mglxmedialist.h>
    19 #include <mglxmedialist.h>
    20 #include <glxcommandfactory.h>
    20 #include <glxcommandfactory.h>
    21 #include <glxcommandhandlerremovefrom.h>
    21 #include <glxcommandhandlerremovefrom.h>
    22 #include <glxcollectionpluginalbums.hrh>
    22 #include <glxcollectionpluginalbums.hrh>
    23 #include <glxcommandhandlers.hrh>
    23 #include <glxcommandhandlers.hrh>
       
    24 #include "glxlocalisationstrings.h"
    24 #include "OstTraceDefinitions.h"
    25 #include "OstTraceDefinitions.h"
    25 #ifdef OST_TRACE_COMPILER_IN_USE
    26 #ifdef OST_TRACE_COMPILER_IN_USE
    26 #include "glxcommandhandlerremovefromTraces.h"
    27 #include "glxcommandhandlerremovefromTraces.h"
    27 #endif
    28 #endif
    28 
    29 
    72 	return QString();
    73 	return QString();
    73     }
    74     }
    74 
    75 
    75 QString GlxCommandHandlerRemoveFrom::ProgressTextL() const
    76 QString GlxCommandHandlerRemoveFrom::ProgressTextL() const
    76     {
    77     {
    77     return QString("Removing...");
    78     return GLX_REMOVE_IMAGES;
    78     }
    79     }