[pim/kmail] src: Add todo
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 903af69a54699407dbfde43424b716f4d75faeae by Laurent Montel.
Committed on 06/08/2026 at 11:39.
Pushed by mlaurent into branch 'master'.
Add todo
M +2 -0 src/kmmainwidget.cpp
https://invent.kde.org/pim/kmail/-/commit/903af69a54699407dbfde43424b716f4d75faeae
diff --git a/src/kmmainwidget.cpp b/src/kmmainwidget.cpp
index 393b5dd5b..a74953422 100644
--- a/src/kmmainwidget.cpp
+++ b/src/kmmainwidget.cpp
@@ -1172,6 +1172,8 @@ void KMMainWidget::createWidgets()
StandardActionManager::SynchronizeCollectionsRecursive,
};
+ // TODO intercept StandardActionManager::MoveItemToMenu
+
for (StandardActionManager::Type standardAction : standardActions) {
mAkonadiStandardActionManager->createAction(standardAction);
}