Remove commented out reference to QShortcutMap

Change-Id: I62ca413c4f5e11e5ba91dcbb05d8088ca1d7a2b9
Reviewed-on: http://codereview.qt-project.org/6582
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
This commit is contained in:
Lars Knoll 2011-10-12 23:00:29 +02:00 committed by Qt by Nokia
parent d5aa4355f1
commit cfb2f5fdd1

View File

@ -76,15 +76,6 @@
const int textCursorWidth = 1;
const bool fullWidthSelection = true;
//#ifndef QT_NO_SHORTCUT
//#include "private/QGuiApplication_p.h"
//#include "private/qshortcutmap_p.h"
//#include <qkeysequence.h>
//#define ACCEL_KEY(k) (!qApp->d_func()->shortcutMap.hasShortcutForKeySequence(k) ? QLatin1Char('\t') + QString(QKeySequence(k)) : QString())
//#else
//#define ACCEL_KEY(k) QString()
//#endif
QT_BEGIN_NAMESPACE
#ifndef QT_NO_CONTEXTMENU