if(UBApplication::mainWindow->yesNoQuestion(tr("Remove Page"),tr("Are you sure you want to remove %n page(s) from the selected document '%1'?","",sceneIndexes.count()).arg(proxy->metaData(UBSettings::documentName).toString())))
// UBSceneThumbnailPixmap* thumb = dynamic_cast<UBSceneThumbnailPixmap*> (item);
// if (thumb)
// {
// proxy = thumb->proxy();
// if (proxy)
// {
// sceneIndexes.append(thumb->sceneIndex());
// }
// }
// }
// if(UBApplication::mainWindow->yesNoQuestion(tr("Remove Page"), tr("Are you sure you want to remove %n page(s) from the selected document '%1'?", "", sceneIndexes.count()).arg(proxy->metaData(UBSettings::documentName).toString())))
if(UBApplication::mainWindow->yesNoQuestion(tr("Remove Page"),tr("Are you sure you want to remove %n page(s) from the selected document '%1'?","",sceneIndexes.count()).arg(proxy->metaData(UBSettings::documentName).toString())))