mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
removed release defines from Connect Friend Wizard
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3098 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
37560129c8
commit
f22753a586
@ -76,11 +76,8 @@ ConnectFriendWizard::ConnectFriendWizard(QWidget *parent)
|
|||||||
setPage(Page_ErrorMessage, new ErrorMessagePage);
|
setPage(Page_ErrorMessage, new ErrorMessagePage);
|
||||||
setPage(Page_Conclusion, new ConclusionPage);
|
setPage(Page_Conclusion, new ConclusionPage);
|
||||||
|
|
||||||
#ifndef RS_RELEASE_VERSION
|
|
||||||
setStartId(Page_Intro);
|
setStartId(Page_Intro);
|
||||||
#else
|
|
||||||
setStartId(Page_Text);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// this define comes from Qt example. I don't have mac, so it wasn't tested
|
// this define comes from Qt example. I don't have mac, so it wasn't tested
|
||||||
#ifndef Q_WS_MAC
|
#ifndef Q_WS_MAC
|
||||||
@ -175,10 +172,8 @@ IntroPage::IntroPage(QWidget *parent)
|
|||||||
|
|
||||||
QVBoxLayout *layout = new QVBoxLayout;
|
QVBoxLayout *layout = new QVBoxLayout;
|
||||||
layout->addWidget(textRadioButton);
|
layout->addWidget(textRadioButton);
|
||||||
#ifndef RS_RELEASE_VERSION
|
|
||||||
layout->addWidget(certRadioButton);
|
layout->addWidget(certRadioButton);
|
||||||
layout->addWidget(foffRadioButton);
|
layout->addWidget(foffRadioButton);
|
||||||
#endif
|
|
||||||
setLayout(layout);
|
setLayout(layout);
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user