mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-10 10:05:19 -04:00
removed not needed info buttons for the infodialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5313 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
dece8cc8b6
commit
b52fc7708f
6 changed files with 7 additions and 52 deletions
|
@ -22,7 +22,6 @@
|
|||
#include <rshare.h>
|
||||
#include <retroshare/rsinit.h>
|
||||
#include "StartDialog.h"
|
||||
#include "InfoDialog.h"
|
||||
#include "LogoBar.h"
|
||||
#include <QFileDialog>
|
||||
#include <QMessageBox>
|
||||
|
@ -194,12 +193,6 @@ void StartDialog::on_labelProfile_linkActivated(QString /*link*/)
|
|||
|
||||
}
|
||||
|
||||
void StartDialog::on_labelInfo_linkActivated(QString /*link*/)
|
||||
{
|
||||
InfoDialog infodialog (this);
|
||||
infodialog.exec ();
|
||||
}
|
||||
|
||||
bool StartDialog::requestedNewCert()
|
||||
{
|
||||
return reqNewCert;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue