X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=src%2Ftexteditor.cpp;h=ea06851d8b20a14bf80eb42ec20f8dabad2c6ced;hb=ab564585e1096b76cb929d7acc32cba6367669e4;hp=196092cdad4b6051a758d05c35c423ac90cd7ef3;hpb=d483bd8e6523c23c6f1d8908a2e0611c2bc9ff4f;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);