New forum.
--HG-- branch : develop
This commit is contained in:
parent
cc66a2ccbb
commit
782897dd08
|
@ -4,7 +4,7 @@ Copyright (C) 2013-2017 Valentina project
|
|||
Valentina Web page: https://valentinaproject.bitbucket.io/
|
||||
Wiki: https://wiki.valentinaproject.org
|
||||
Valentina main repository: https://bitbucket.org/dismine/valentina/overview
|
||||
Forum http://forum.valentina-project.org/
|
||||
Forum http://valentinaproject.forumotion.me/
|
||||
PPA for Ubuntu (develop): https://launchpad.net/~dismine/+archive/valentina-dev
|
||||
Help translate https://www.transifex.com/organization/valentina
|
||||
IRC channel: #valentina on irc.freenode.net.
|
||||
|
|
|
@ -4106,7 +4106,7 @@ void MainWindow::CreateActions()
|
|||
connect(ui->actionForum, &QAction::triggered, this, [this]()
|
||||
{
|
||||
qCDebug(vMainWindow, "Opening forum");
|
||||
QDesktopServices::openUrl(QUrl(QStringLiteral("http://forum.valentina-project.org/")));
|
||||
QDesktopServices::openUrl(QUrl(QStringLiteral("http://valentinaproject.forumotion.me/")));
|
||||
});
|
||||
|
||||
connect(ui->actionLast_tool, &QAction::triggered, this, &MainWindow::LastUsedTool);
|
||||
|
|
Loading…
Reference in New Issue
Block a user