aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpaster/pastebindotcomprotocol.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2010-04-23 15:06:53 +0200
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2010-04-23 15:06:53 +0200
commitf6bc879d2c8811a190eb57904de369f19122073f (patch)
tree268b3cfd47631be89c58ee5bebf20a7bc2eb53a1 /src/plugins/cpaster/pastebindotcomprotocol.cpp
parentb169ff580027fbee2c59fc677cf172cc2179f8e8 (diff)
CodePaster: Clean up configuration checks.
Point user to settings if something goes wrong.
Diffstat (limited to 'src/plugins/cpaster/pastebindotcomprotocol.cpp')
-rw-r--r--src/plugins/cpaster/pastebindotcomprotocol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cpaster/pastebindotcomprotocol.cpp b/src/plugins/cpaster/pastebindotcomprotocol.cpp
index 6ca770871b..2e7876b9eb 100644
--- a/src/plugins/cpaster/pastebindotcomprotocol.cpp
+++ b/src/plugins/cpaster/pastebindotcomprotocol.cpp
@@ -320,7 +320,7 @@ void PasteBinDotComProtocol::listFinished()
m_listReply = 0;
}
-Core::IOptionsPage *PasteBinDotComProtocol::settingsPage()
+Core::IOptionsPage *PasteBinDotComProtocol::settingsPage() const
{
return m_settings;
}