mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 16:15:23 -04:00
Added functionality to save a Privat Chat session and GroupChat History via ToolButton
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2807 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
3b1d1d35fe
commit
c91bc09c74
6 changed files with 101 additions and 8 deletions
|
@ -138,7 +138,11 @@ private slots:
|
|||
void addExtraFile();
|
||||
void anchorClicked (const QUrl &);
|
||||
void addAttachment(std::string);
|
||||
|
||||
bool fileSave();
|
||||
bool fileSaveAs();
|
||||
|
||||
void setCurrentFileName(const QString &fileName);
|
||||
|
||||
signals:
|
||||
void friendsUpdated() ;
|
||||
|
@ -149,7 +153,9 @@ private:
|
|||
class QLabel *iconLabel, *textLabel;
|
||||
class QWidget *widget;
|
||||
class QWidgetAction *widgetAction;
|
||||
class QSpacerItem *spacerItem;
|
||||
class QSpacerItem *spacerItem;
|
||||
|
||||
QString fileName;
|
||||
|
||||
/* Worker Functions */
|
||||
/* (1) Update Display */
|
||||
|
@ -169,7 +175,7 @@ private:
|
|||
QAction* exportfriendAct;
|
||||
QAction* removefriendAct;
|
||||
|
||||
//QTreeWidget *peertreeWidget;
|
||||
//QTreeWidget *peertreeWidget;
|
||||
|
||||
IMHistoryKeeper historyKeeper;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue