aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpaster/urlopenprotocol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cpaster/urlopenprotocol.cpp')
-rw-r--r--src/plugins/cpaster/urlopenprotocol.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/cpaster/urlopenprotocol.cpp b/src/plugins/cpaster/urlopenprotocol.cpp
index 64f416b19e..01e1cd58d8 100644
--- a/src/plugins/cpaster/urlopenprotocol.cpp
+++ b/src/plugins/cpaster/urlopenprotocol.cpp
@@ -63,7 +63,7 @@ void UrlOpenProtocol::fetchFinished()
emit fetchDone(title, content, error);
}
-void UrlOpenProtocol::paste(const QString &, ContentType, int, const QString &,
- const QString &, const QString &)
+void UrlOpenProtocol::paste(const QString &, ContentType, int, bool,
+ const QString &, const QString &, const QString &)
{
}