removed token queue from PostedCreatePostDialog

This commit is contained in:
csoler 2020-03-11 22:41:19 +01:00
parent dc3c3488df
commit aa05348d55
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
3 changed files with 3 additions and 6 deletions

View file

@ -26,8 +26,6 @@
#include "retroshare/rsposted.h"
#include "util/RichTextEdit.h"
class TokenQueue;
namespace Ui {
class PostedCreatePostDialog;
}
@ -41,7 +39,7 @@ public:
* @param tokenQ parent callee token
* @param posted
*/
explicit PostedCreatePostDialog(TokenQueue* tokenQ, RsPosted* posted, const RsGxsGroupId& grpId, QWidget *parent = 0);
explicit PostedCreatePostDialog(RsPosted* posted, const RsGxsGroupId& grpId, QWidget *parent = 0);
~PostedCreatePostDialog();
private: