X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=src%2Ftexteditor.cpp;h=ea06851d8b20a14bf80eb42ec20f8dabad2c6ced;hb=HEAD;hp=196092cdad4b6051a758d05c35c423ac90cd7ef3;hpb=91d5bdcaff9c6ccbf8a4e2154bfda353e382d057;p=sven%2Fvym.git diff --git a/src/texteditor.cpp b/src/texteditor.cpp index 196092c..ea06851 100644 --- a/src/texteditor.cpp +++ b/src/texteditor.cpp @@ -324,8 +324,6 @@ void TextEditor::setupFileActions() actionFileSaveAs = a; a = new QAction(tr("Export &As...(ASCII)"), this); - a->setShortcut(Qt::ALT + Qt::Key_X); - a->setShortcutContext(Qt::WidgetWithChildrenShortcut); switchboard.addSwitch("textExportAsASCII", shortcutScope, a, tag); connect(a, SIGNAL(triggered()), this, SLOT(textExportAsASCII())); fileMenu->addAction(a);