diff options
author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2010-03-29 14:54:25 +0200 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2010-03-29 14:54:25 +0200 |
commit | 6903f13bf3f5e929c265310c67023090590daba0 (patch) | |
tree | 034fdc373f9bab6fdd43d2b349a9e76473930038 /src/plugins/cpaster/pastebindotcaprotocol.h | |
parent | 7a1546d48575d0cb5d63c77d14258ce524c0365a (diff) | |
download | qt-creator-6903f13bf3f5e929c265310c67023090590daba0.tar.gz |
CPaster: Revive pastebin.com
-Pass simplified type based on mimetype to paste for highlighting.
-Remove QHttp from CodePaster and pastebin.com in favour of QNetwork.
-Implement new pastebin.com protocol
-Implement listing via parsing the HTML-page for pastebin.com
Diffstat (limited to 'src/plugins/cpaster/pastebindotcaprotocol.h')
-rw-r--r-- | src/plugins/cpaster/pastebindotcaprotocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/cpaster/pastebindotcaprotocol.h b/src/plugins/cpaster/pastebindotcaprotocol.h index 3356e8e8c6..b1d0c07bd0 100644 --- a/src/plugins/cpaster/pastebindotcaprotocol.h +++ b/src/plugins/cpaster/pastebindotcaprotocol.h @@ -48,6 +48,7 @@ public: void fetch(const QString &id); void paste(const QString &text, + ContentType ct = Text, const QString &username = QString(), const QString &comment = QString(), const QString &description = QString()); |