ui/commandhandlers/commoncommandhandlers/src/glxcommandhandlercomment.cpp
changeset 62 36d93b4dc635
parent 58 383b67fbdb11
equal deleted inserted replaced
58:383b67fbdb11 62:36d93b4dc635
    13 *
    13 *
    14 * Description: 
    14 * Description: 
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #include <hbmessagebox.h>
       
    19 #include <hblabel.h>
    18 #include <hblabel.h>
    20 
    19 
    21 #include <mpxcollectionpath.h>
    20 #include <mpxcollectionpath.h>
    22 #include <mglxmedialist.h>
    21 #include <mglxmedialist.h>
    23 #include <glxcommandfactory.h>
    22 #include <glxcommandfactory.h>
    42     Q_UNUSED(aCommandId);
    41     Q_UNUSED(aCommandId);
    43     Q_UNUSED(aConsume);
    42     Q_UNUSED(aConsume);
    44     
    43     
    45     CMPXCommand* command = NULL;
    44     CMPXCommand* command = NULL;
    46     QString mainPane = GetName(aMediaList);
    45     QString mainPane = GetName(aMediaList);
    47     QString title(GLX_DETAILS_DESCRIPTION);
    46     QString title(GLX_DIALOG_DESCRIPTION);
    48     QString mediaTitle = NULL;
    47     QString mediaTitle = NULL;
    49     bool ok = false;    
    48     bool ok = false;    
    50     GlxTextInputDialog* dlg = new GlxTextInputDialog(false);
    49     GlxTextInputDialog* dlg = new GlxTextInputDialog(false);
    51     mediaTitle = dlg->getText(title, mainPane, &ok);
    50     mediaTitle = dlg->getText(title, mainPane, &ok);
    52     delete dlg;
    51     delete dlg;