Fix deprecation warning

Authored by kfunk on Oct 16 2017, 6:31 AM.

Description

Fix deprecation warning

Summary:
Warning:

/home/kfunk/devel/src/kf5/ktexteditor/src/dialogs/katedialogs.cpp:1455:11:
warning: 'runUrl' is deprecated [-Wdeprecated-declarations]
    KRun::runUrl(url, QStringLiteral("text/x-patch"), nullptr, true);
          ^
/home/kfunk/devel/install/kf5/include/KF5/KIOWidgets/krun.h:302:17:
note: 'runUrl' has been explicitly marked deprecated here
    static bool KIOWIDGETS_DEPRECATED runUrl(const QUrl &url, const QString &mimetype, QWidget *window,
                ^

Reviewers: apol

Reviewed By: apol

Subscribers: Frameworks

Tags: Kate, Frameworks

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

Details

Committed
kfunkOct 16 2017, 6:31 AM
Reviewer
apol
Differential Revision
D8314: Fix deprecation warning
Parents
R39:7e9092c33f92: GIT_SILENT Upgrade ECM and KF5 version requirements for 5.39.0 release.
Branches
Unknown
Tags
Unknown