mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-29 01:08:50 -04:00
Merge pull request #2042 from csoler/v0.6-ImprovedGUI
V0.6 improved gui
This commit is contained in:
commit
a7db89a9ef
71 changed files with 1088 additions and 1014 deletions
|
@ -38,10 +38,10 @@ class SharedFilesDialog : public RsAutoUpdatePage
|
|||
|
||||
public:
|
||||
/** Default Constructor */
|
||||
SharedFilesDialog(RetroshareDirModel *tree_model,RetroshareDirModel *flat_model,QWidget *parent = 0);
|
||||
SharedFilesDialog(bool remote_mode,QWidget *parent = 0);
|
||||
|
||||
/** Default Destructor */
|
||||
~SharedFilesDialog() {}
|
||||
~SharedFilesDialog() ;
|
||||
|
||||
virtual void hideEvent(QHideEvent *) ;
|
||||
virtual void showEvent(QShowEvent *) ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue