[Linux] added private posts and posting of images

This commit is contained in:
Jeena Paradies 2012-12-30 02:48:22 +01:00
parent 3995beaf6d
commit 1eeaf78a63
9 changed files with 61 additions and 8 deletions

View file

@ -53,6 +53,7 @@ class WebViewCreator(QtWebKit.QWebView):
if callback:
callback(ok)
class NetworkAccessManager(QNetworkAccessManager):
def __init__(self, old_manager, tentia_callback):
@ -81,4 +82,5 @@ class PostModel:
self.inReplyToEntity = None
self.location = None
self.imageFilePath = None
self.isPrivate = False
self.isPrivate = False