author | hgs |
Fri, 11 Jun 2010 17:53:15 +0530 | |
changeset 44 | aa2fa096cbfb |
parent 24 | 99ad1390cd33 |
child 62 | 36d93b4dc635 |
permissions | -rw-r--r-- |
#include <glxmediamodel.h> #include <glxmodelcommandhandler.h> #include <glxmodelparm.h> GlxModelCommandHandler::GlxModelCommandHandler() { } GlxModelCommandHandler::~GlxModelCommandHandler() { } void GlxModelCommandHandler::executeCommand(int commandId, int collectionId,QList<QModelIndex> indexList) { GlxModelParm modelParm (collectionId, 0); GlxMediaModel* mediaModel = new GlxMediaModel (modelParm); doHandleUserAction(mediaModel,indexList); delete mediaModel; }