mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-21 21:55:15 -05:00
clean up mainwindow
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1563 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c0523dabbd
commit
bb7e3684f0
@ -220,8 +220,6 @@ MainWindow::MainWindow(QWidget* parent, Qt::WFlags flags)
|
||||
addAction(new QAction(QIcon(IMAGE_UNFINISHED), tr("Unfinished"), ui.toolBar), SLOT(showApplWindow()));
|
||||
#endif
|
||||
|
||||
addAction(new QAction(QIcon(IMAGE_OPTIONS), tr("Options"), ui.toolBar), SLOT(showSettings()));
|
||||
|
||||
/* Select the first action */
|
||||
grp->actions()[0]->setChecked(true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user