mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-08 09:05:24 -04:00
Posted Links:
- cleaned source code - added auto refresh Updated english translation git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6506 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
11d2701edc
commit
4edcec6fe9
16 changed files with 406 additions and 596 deletions
|
@ -26,12 +26,11 @@
|
|||
|
||||
#include <QDialog>
|
||||
#include "retroshare/rsposted.h"
|
||||
#include "PostedUserTypes.h"
|
||||
|
||||
#include "util/TokenQueue.h"
|
||||
class TokenQueue;
|
||||
|
||||
namespace Ui {
|
||||
class PostedCreatePostDialog;
|
||||
class PostedCreatePostDialog;
|
||||
}
|
||||
|
||||
class PostedCreatePostDialog : public QDialog
|
||||
|
@ -39,26 +38,24 @@ class PostedCreatePostDialog : public QDialog
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
|
||||
/*!
|
||||
* @param tokenQ parent callee token
|
||||
* @param posted
|
||||
*/
|
||||
explicit PostedCreatePostDialog(TokenQueue* tokenQ, RsPosted* posted, const RsGxsGroupId& grpId, QWidget *parent = 0);
|
||||
~PostedCreatePostDialog();
|
||||
/*!
|
||||
* @param tokenQ parent callee token
|
||||
* @param posted
|
||||
*/
|
||||
explicit PostedCreatePostDialog(TokenQueue* tokenQ, RsPosted* posted, const RsGxsGroupId& grpId, QWidget *parent = 0);
|
||||
~PostedCreatePostDialog();
|
||||
|
||||
private slots:
|
||||
|
||||
void createPost();
|
||||
void createPost();
|
||||
|
||||
private:
|
||||
Ui::PostedCreatePostDialog *ui;
|
||||
QString mLink;
|
||||
QString mNotes;
|
||||
TokenQueue* mTokenQueue;
|
||||
RsPosted* mPosted;
|
||||
RsGxsGroupId mGrpId;
|
||||
|
||||
QString mLink;
|
||||
QString mNotes;
|
||||
RsPosted* mPosted;
|
||||
RsGxsGroupId mGrpId;
|
||||
TokenQueue* mTokenQueue;
|
||||
Ui::PostedCreatePostDialog *ui;
|
||||
};
|
||||
|
||||
#endif // POSTEDCREATEPOSTDIALOG_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue