aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpaster/codepasterprotocol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cpaster/codepasterprotocol.cpp')
-rw-r--r--src/plugins/cpaster/codepasterprotocol.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/cpaster/codepasterprotocol.cpp b/src/plugins/cpaster/codepasterprotocol.cpp
index bb154020a3..9c82a2adf0 100644
--- a/src/plugins/cpaster/codepasterprotocol.cpp
+++ b/src/plugins/cpaster/codepasterprotocol.cpp
@@ -113,9 +113,9 @@ void CodePasterProtocol::list()
}
void CodePasterProtocol::paste(const QString &text,
- const QString &username,
- const QString &comment,
- const QString &description)
+ const QString &username,
+ const QString &comment,
+ const QString &description)
{
QString hostName = m_page->hostName();
if (!isValidHostName(hostName))
@@ -139,7 +139,7 @@ bool CodePasterProtocol::hasSettings() const
return true;
}
-Core::IOptionsPage* CodePasterProtocol::settingsPage()
+Core::IOptionsPage *CodePasterProtocol::settingsPage()
{
return m_page;
}