diff options
author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2010-04-23 15:06:53 +0200 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2010-04-23 15:06:53 +0200 |
commit | f6bc879d2c8811a190eb57904de369f19122073f (patch) | |
tree | 268b3cfd47631be89c58ee5bebf20a7bc2eb53a1 /src/plugins/cpaster/pastebindotcomprotocol.h | |
parent | b169ff580027fbee2c59fc677cf172cc2179f8e8 (diff) | |
download | qt-creator-f6bc879d2c8811a190eb57904de369f19122073f.tar.gz |
CodePaster: Clean up configuration checks.
Point user to settings if something goes wrong.
Diffstat (limited to 'src/plugins/cpaster/pastebindotcomprotocol.h')
-rw-r--r-- | src/plugins/cpaster/pastebindotcomprotocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cpaster/pastebindotcomprotocol.h b/src/plugins/cpaster/pastebindotcomprotocol.h index 5545e15ab7..e137bc14b2 100644 --- a/src/plugins/cpaster/pastebindotcomprotocol.h +++ b/src/plugins/cpaster/pastebindotcomprotocol.h @@ -46,7 +46,7 @@ public: virtual unsigned capabilities() const; bool hasSettings() const { return true; } - Core::IOptionsPage *settingsPage(); + Core::IOptionsPage *settingsPage() const; virtual void fetch(const QString &id); virtual void paste(const QString &text, |