summaryrefslogtreecommitdiff
path: root/src/plugins/cpaster/pastebindotcaprotocol.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2010-03-26 12:47:06 +0100
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2010-03-26 12:47:15 +0100
commit10809cdd99be078eb30f87866977fdb1f49c15d2 (patch)
tree085bcd43c56989fd008b6c65fa3f4128a506a530 /src/plugins/cpaster/pastebindotcaprotocol.h
parent0befb98c203cac04e85d7cb3b3bc52620b1cbad8 (diff)
downloadqt-creator-10809cdd99be078eb30f87866977fdb1f49c15d2.tar.gz
Some love for the Cpaster plugin
- Put classes into namespace. - Fix settings not storing the selected protocol. - Refactor settings by introducing standard handling. - Create PasteSelectDialog class and fix list/refresh handling. - No longer stuff the QListWidget into the protocol for listing, wire via signals.
Diffstat (limited to 'src/plugins/cpaster/pastebindotcaprotocol.h')
-rw-r--r--src/plugins/cpaster/pastebindotcaprotocol.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/cpaster/pastebindotcaprotocol.h b/src/plugins/cpaster/pastebindotcaprotocol.h
index 813a6fe30a..7cea5d2125 100644
--- a/src/plugins/cpaster/pastebindotcaprotocol.h
+++ b/src/plugins/cpaster/pastebindotcaprotocol.h
@@ -35,6 +35,7 @@
#include <QtNetwork/QNetworkAccessManager>
#include <QtNetwork/QHttp>
+namespace CodePaster {
class PasteBinDotCaProtocol : public Protocol
{
Q_OBJECT
@@ -64,4 +65,5 @@ private:
int postId;
};
+} // namespace CodePaster
#endif // PASTEBINDOTCAPROTOCOL_H