Remove link to forum.

--HG--
branch : release
This commit is contained in:
Roman Telezhynskyi 2020-01-07 11:12:24 +02:00
parent 1e1d22fa7f
commit 28bc999e63
2 changed files with 9 additions and 24 deletions

View File

@ -4256,12 +4256,6 @@ void MainWindow::CreateActions()
QDesktopServices::openUrl(QUrl(QStringLiteral("https://bitbucket.org/dismine/valentina/issues/new"))); QDesktopServices::openUrl(QUrl(QStringLiteral("https://bitbucket.org/dismine/valentina/issues/new")));
}); });
connect(ui->actionForum, &QAction::triggered, this, []()
{
qCDebug(vMainWindow, "Opening forum");
QDesktopServices::openUrl(QUrl(QStringLiteral("http://valentinaproject.forumotion.me/")));
});
connect(ui->actionLast_tool, &QAction::triggered, this, &MainWindow::LastUsedTool); connect(ui->actionLast_tool, &QAction::triggered, this, &MainWindow::LastUsedTool);
connect(ui->actionPattern_properties, &QAction::triggered, this, [this]() connect(ui->actionPattern_properties, &QAction::triggered, this, [this]()

View File

@ -372,7 +372,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>126</width> <width>104</width>
<height>108</height> <height>108</height>
</rect> </rect>
</property> </property>
@ -481,7 +481,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>126</width> <width>104</width>
<height>243</height> <height>243</height>
</rect> </rect>
</property> </property>
@ -743,7 +743,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>126</width> <width>104</width>
<height>282</height> <height>282</height>
</rect> </rect>
</property> </property>
@ -1034,7 +1034,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>126</width> <width>98</width>
<height>102</height> <height>102</height>
</rect> </rect>
</property> </property>
@ -1117,8 +1117,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>140</width> <width>104</width>
<height>333</height> <height>192</height>
</rect> </rect>
</property> </property>
<attribute name="icon"> <attribute name="icon">
@ -1321,7 +1321,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>126</width> <width>104</width>
<height>237</height> <height>237</height>
</rect> </rect>
</property> </property>
@ -1586,8 +1586,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>140</width> <width>104</width>
<height>333</height> <height>57</height>
</rect> </rect>
</property> </property>
<attribute name="icon"> <attribute name="icon">
@ -1724,7 +1724,6 @@
<property name="title"> <property name="title">
<string>&amp;Help</string> <string>&amp;Help</string>
</property> </property>
<addaction name="actionForum"/>
<addaction name="actionReportBug"/> <addaction name="actionReportBug"/>
<addaction name="actionAbout_Qt"/> <addaction name="actionAbout_Qt"/>
<addaction name="actionAbout_Valentina"/> <addaction name="actionAbout_Valentina"/>
@ -2681,14 +2680,6 @@
<enum>QAction::NoRole</enum> <enum>QAction::NoRole</enum>
</property> </property>
</action> </action>
<action name="actionForum">
<property name="text">
<string>Forum</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionExportIncrementsToCSV"> <action name="actionExportIncrementsToCSV">
<property name="enabled"> <property name="enabled">
<bool>false</bool> <bool>false</bool>