Q_UNUSED(addAction(QStringLiteral("Switch to Next Desktop"),i18n("Switch to Next Desktop"),&VirtualDesktopManager::slotNext))
Q_UNUSED(addAction(QStringLiteral("Switch to Previous Desktop"),i18n("Switch to Previous Desktop"),&VirtualDesktopManager::slotPrevious))
//shortcuts
//shortcuts
QAction*slotRightAction=addAction(QStringLiteral("Switch One Desktop to the Right"),i18n("Switch One Desktop to the Right"),&VirtualDesktopManager::slotRight);
QAction*slotLeftAction=addAction(QStringLiteral("Switch One Desktop to the Left"),i18n("Switch One Desktop to the Left"),&VirtualDesktopManager::slotLeft);