From 97415729c34851df75c77a67f27d6299c00bfbc4 Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Fri, 23 Oct 2020 19:51:33 +0200 Subject: Compile with QT_NO_KEYWORDS --- src/dolphintabpage.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/dolphintabpage.cpp') diff --git a/src/dolphintabpage.cpp b/src/dolphintabpage.cpp index e9607cc53..837793b10 100644 --- a/src/dolphintabpage.cpp +++ b/src/dolphintabpage.cpp @@ -329,15 +329,15 @@ void DolphinTabPage::slotViewActivated() this, &DolphinTabPage::activeViewUrlChanged); connect(newActiveView, &DolphinView::redirection, this, &DolphinTabPage::slotViewUrlRedirection); - emit activeViewChanged(activeViewContainer()); - emit activeViewUrlChanged(activeViewContainer()->url()); + Q_EMIT activeViewChanged(activeViewContainer()); + Q_EMIT activeViewUrlChanged(activeViewContainer()->url()); } void DolphinTabPage::slotViewUrlRedirection(const QUrl& oldUrl, const QUrl& newUrl) { Q_UNUSED(oldUrl) - emit activeViewUrlChanged(newUrl); + Q_EMIT activeViewUrlChanged(newUrl); } void DolphinTabPage::switchActiveView() -- cgit v1.3