[office/kmymoney] /: Remove leftover from MR!119
Dawid Wróbel
null at kde.org
Sun Nov 14 11:47:58 GMT 2021
Git commit a47e5e2dfecf5cc31db37ae9a025c0145fd16d9a by Dawid Wróbel.
Committed on 14/11/2021 at 11:47.
Pushed by wrobelda into branch 'master'.
Remove leftover from MR!119
The function was removed but the action and manual mentions were
left over.
M +0 -31 doc/firsttime.docbook
M +0 -2 kmymoney/kmymoney.cpp
M +0 -1 kmymoney/menus/menuenums.h
https://invent.kde.org/office/kmymoney/commit/a47e5e2dfecf5cc31db37ae9a025c0145fd16d9a
diff --git a/doc/firsttime.docbook b/doc/firsttime.docbook
index 33343b249..f34e39553 100644
--- a/doc/firsttime.docbook
+++ b/doc/firsttime.docbook
@@ -14,37 +14,6 @@
<sect1 id="firstime-1">
<title>Running &kmymoney; for the first time</title>
-<para>
- You are recommended to quickly read through these tips by pressing on the
- <guibutton>Previous</guibutton> and <guibutton>Next</guibutton> buttons at the
- bottom of the window.
-</para>
-
-<para>
- Once you have read the tips the window can be closed; it will re-open each
- time &kmymoney; is started. To stop this default behavior, uncheck the
- appropriate option on the Tip of the Day window.
-</para>
-
-<note>
- <para>
- Tips can be read at anytime by selecting the <menuchoice><guimenu>Help</guimenu>
- <guimenuitem>Show tip of the day</guimenuitem></menuchoice> menu item within &kmymoney;.
- </para>
-</note>
-
-<para>
- All tips have been extracted from the Frequently Asked Questions list (&FAQ;)
- that provides more detailed help and can be found on the project <ulink
- url="https://www.kmymoney.org/faq.php">website</ulink> and in <link
- linkend="faq">this manual</link>.
-</para>
-
-<para>
- Please click on <guibutton>Close</guibutton> to close the Tip of the Day
- dialog.
-</para>
-
<note>
<para>
When you run &kmymoney;, it might not look exactly like the screenshots in
diff --git a/kmymoney/kmymoney.cpp b/kmymoney/kmymoney.cpp
index 4798e01d3..c90decc41 100644
--- a/kmymoney/kmymoney.cpp
+++ b/kmymoney/kmymoney.cpp
@@ -1738,7 +1738,6 @@ QHash<Action, QAction *> KMyMoneyApp::initActions()
// *************
// The help menu
// *************
- {Action::HelpShow, QStringLiteral("help_show_tip"), i18n("&Show tip of the day"), Icon::Tip},
// ***************************
// Actions w/o main menu entry
// ***************************
@@ -1952,7 +1951,6 @@ QHash<Action, QAction *> KMyMoneyApp::initActions()
// *************
{
const QVector<eMenu::Action> alwaysEnabled {
- Action::HelpShow,
Action::SettingsAllMessages,
Action::ToolPerformance,
Action::ToolCalculator,
diff --git a/kmymoney/menus/menuenums.h b/kmymoney/menus/menuenums.h
index 48ae299af..e6a1f8652 100644
--- a/kmymoney/menus/menuenums.h
+++ b/kmymoney/menus/menuenums.h
@@ -89,7 +89,6 @@ enum class Action {
// The help menu
// *************
SettingsAllMessages,
- HelpShow,
// *************
// The investment menu
// *************
More information about the kde-doc-english
mailing list