mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 00:25:16 -04:00
Added a menu for the Hide Unconnected Button and renamed it
Added new action for Hide Status Column to the Display Menu Moved Hide Offline Friends action to the Display Menu git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3159 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
ec6c252d62
commit
09ac44316a
3 changed files with 81 additions and 11 deletions
|
@ -76,7 +76,7 @@ public slots:
|
|||
void setChatInfo(QString info, QColor color=QApplication::palette().color(QPalette::WindowText));
|
||||
void resetStatusBar() ;
|
||||
|
||||
void fileHashingFinished(AttachFileItem* file);
|
||||
void fileHashingFinished(AttachFileItem* file);
|
||||
|
||||
void smileyWidgetgroupchat();
|
||||
void addSmileys();
|
||||
|
@ -147,9 +147,13 @@ private slots:
|
|||
void addAttachment(std::string);
|
||||
|
||||
bool fileSave();
|
||||
bool fileSaveAs();
|
||||
bool fileSaveAs();
|
||||
|
||||
void setCurrentFileName(const QString &fileName);
|
||||
|
||||
void displayMenu();
|
||||
void statusColumn();
|
||||
|
||||
|
||||
signals:
|
||||
void friendsUpdated() ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue