Plan: fix build with Qt 5.6

Authored by wbauer on Mar 20 2018, 1:41 PM.

Description

Plan: fix build with Qt 5.6

The QAction constructor takes two arguments, text and parent.
The parent argument is optional since Qt 5.7 only, it needs to be
specified with earlier versions.

Also, text should actually be a QString, so use QStringLiteral() to
"convert" it.

Differential Revision: https://phabricator.kde.org/D11505

Details

Committed
wbauerMar 20 2018, 1:41 PM
Differential Revision
D11505: Plan: fix build with Qt 5.6
Parents
R8:8080e68e62fa: SVN_SILENT made messages (.desktop file) - always resolve ours
Branches
Unknown
Tags
Unknown