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:
parent
d5aa4355f1
commit
cfb2f5fdd1
@ -76,15 +76,6 @@
|
|||||||
const int textCursorWidth = 1;
|
const int textCursorWidth = 1;
|
||||||
const bool fullWidthSelection = true;
|
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
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
#ifndef QT_NO_CONTEXTMENU
|
#ifndef QT_NO_CONTEXTMENU
|
||||||
|
Loading…
Reference in New Issue
Block a user