summaryrefslogtreecommitdiff
path: root/changes/bug-5949_pastebin-does-not-work
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2014-08-06 14:46:37 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2014-08-06 14:49:38 -0300
commitf4e6d6a77b8b5498e9190c3d35841ef39222cfec (patch)
treed01f30b88e0f35b83ac427a352ffe2eb23fc7c46 /changes/bug-5949_pastebin-does-not-work
parent32c4ec88a0c8fab23d3685985fce0d609e12da44 (diff)
Replace twisted thread with QThread.
This fix the bug that prevents pastebin to work. Closes #5949.
Diffstat (limited to 'changes/bug-5949_pastebin-does-not-work')
-rw-r--r--changes/bug-5949_pastebin-does-not-work1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug-5949_pastebin-does-not-work b/changes/bug-5949_pastebin-does-not-work
new file mode 100644
index 00000000..aa983184
--- /dev/null
+++ b/changes/bug-5949_pastebin-does-not-work
@@ -0,0 +1 @@
+- Replace twisted thread with QThread and get pastebin send working. Closes #5949.