aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpaster
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cpaster')
-rw-r--r--src/plugins/cpaster/pastebindotcomprotocol.cpp4
-rw-r--r--src/plugins/cpaster/pastecodedotxyzprotocol.cpp2
-rw-r--r--src/plugins/cpaster/stickynotespasteprotocol.cpp2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/cpaster/pastebindotcomprotocol.cpp b/src/plugins/cpaster/pastebindotcomprotocol.cpp
index 86ae8f3f97..fb3d60ba92 100644
--- a/src/plugins/cpaster/pastebindotcomprotocol.cpp
+++ b/src/plugins/cpaster/pastebindotcomprotocol.cpp
@@ -105,8 +105,8 @@ void PasteBinDotComProtocol::paste(const QString &text,
const QString &comment,
const QString &description)
{
- Q_UNUSED(comment);
- Q_UNUSED(description);
+ Q_UNUSED(comment)
+ Q_UNUSED(description)
QTC_ASSERT(!m_pasteReply, return);
// Format body
diff --git a/src/plugins/cpaster/pastecodedotxyzprotocol.cpp b/src/plugins/cpaster/pastecodedotxyzprotocol.cpp
index 5bd2b869ad..8ca7d5c547 100644
--- a/src/plugins/cpaster/pastecodedotxyzprotocol.cpp
+++ b/src/plugins/cpaster/pastecodedotxyzprotocol.cpp
@@ -86,7 +86,7 @@ void PasteCodeDotXyzProtocol::paste(const QString &text, Protocol::ContentType c
return QByteArray(); // Crutch for compiler.
};
data += "&lang=" + langValue(ct);
- Q_UNUSED(comment);
+ Q_UNUSED(comment)
QNetworkReply * const reply = httpPost(apiUrl() + "/create", data);
connect(reply, &QNetworkReply::finished, this, [this, reply] {
diff --git a/src/plugins/cpaster/stickynotespasteprotocol.cpp b/src/plugins/cpaster/stickynotespasteprotocol.cpp
index 3ec958d99c..9c8ad232eb 100644
--- a/src/plugins/cpaster/stickynotespasteprotocol.cpp
+++ b/src/plugins/cpaster/stickynotespasteprotocol.cpp
@@ -106,7 +106,7 @@ void StickyNotesPasteProtocol::paste(const QString &text,
enum { maxDescriptionLength = 30 }; // Length of description is limited.
Q_UNUSED(username)
- Q_UNUSED(comment);
+ Q_UNUSED(comment)
QTC_ASSERT(!m_pasteReply, return);
// Format body