┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrey Butirsky <[email protected]>2022-06-14 21:14:05 +0300
committerAndrey Butirsky <[email protected]>2022-06-21 15:23:52 +0300
commit0b208fd990b71390367d29b0f34323f4c64b3d99 (patch)
tree5ed278a32d62d29ea8778d562da3ea59e918faac /src
parent1be92915b0e4789386a182aeb5c945cb06babf14 (diff)
formatting
Diffstat (limited to 'src')
-rw-r--r--src/dolphinmainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
index 6dc9edc0d..0b0f4f96a 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -2622,8 +2622,8 @@ void DolphinMainWindow::UndoUiInterface::jobError(KIO::Job* job)
}
}
-bool DolphinMainWindow::isUrlOpen(const QString& url)
+bool DolphinMainWindow::isUrlOpen(const QString &url)
{
- return m_tabWidget->isUrlOpen(QUrl::fromUserInput((url)));
+ return m_tabWidget->isUrlOpen(QUrl::fromUserInput(url));
}