mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-08 00:55:13 -04:00
Cosmetic changes in ShareDialog
- Removed context help button. - Changed the standard dialog buttons from single buttons to buttonbox. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5792 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
3a72a3032a
commit
14e3b4179a
3 changed files with 12 additions and 59 deletions
|
@ -36,7 +36,7 @@ class ShareDialog : public QDialog
|
|||
|
||||
public:
|
||||
/** Default constructor */
|
||||
ShareDialog( std::string filename, QWidget *parent = 0, Qt::WFlags flags = 0);
|
||||
ShareDialog( std::string filename, QWidget *parent = 0);
|
||||
|
||||
private slots:
|
||||
void browseDirectory();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue