summaryrefslogtreecommitdiff
path: root/src/problemsdialog.cpp
diff options
context:
space:
mode:
authorAl <gabriel.cortesi@outlook.com>2019-10-04 22:16:39 +0200
committerGitHub <noreply@github.com>2019-10-04 22:16:39 +0200
commite427dbae55c77276288cdc8105604885a4b3309c (patch)
tree48c57873e62597ee005e60690e669f32833baa25 /src/problemsdialog.cpp
parent73541c9bb45366f648ba2a9c430ca7b526a8a6a2 (diff)
parentc4dd23abb7a37531040d6348c491dc868919013c (diff)
Merge pull request #847 from isanae/file-renamer-errors
FileRenamer error messages
Diffstat (limited to 'src/problemsdialog.cpp')
-rw-r--r--src/problemsdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/problemsdialog.cpp b/src/problemsdialog.cpp
index 63d58295..ea23beec 100644
--- a/src/problemsdialog.cpp
+++ b/src/problemsdialog.cpp
@@ -112,5 +112,5 @@ void ProblemsDialog::startFix()
void ProblemsDialog::urlClicked(const QUrl &url)
{
- shell::OpenLink(url);
+ shell::Open(url);
}