From 17ff40d9e159e25db67294aa4af2977daaa12cdc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Kundr=C3=A1t?= Date: Sat, 5 Jan 2013 16:08:33 +0100 Subject: [PATCH] docs++ --- src/Gui/Window.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Gui/Window.cpp b/src/Gui/Window.cpp index 98baf3b1..dfa8be16 100644 --- a/src/Gui/Window.cpp +++ b/src/Gui/Window.cpp @@ -234,6 +234,8 @@ void MainWindow::createActions() connect(xtIncludeMailboxInSync, SIGNAL(triggered()), this, SLOT(slotXtSyncCurrentMailbox())); #endif + // FIXME: add proper shortcuts + // this is complicated a bit because there shall typically be one shortcut to lead to the "default thing"... m_replyPrivate = new QAction(tr("Private Reply"), this); m_replyPrivate->setEnabled(false); connect(m_replyPrivate, SIGNAL(triggered()), this, SLOT(slotReplyTo())); -- 2.11.4.GIT