mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-24 16:51:25 -04:00
Moved some internal stylesheets to the file Standard.qss.
Set the built-in stylesheet "Standard" as default for new profiles. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5484 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f9d911fdfb
commit
a82e2960e1
8 changed files with 15 additions and 32 deletions
|
@ -62,6 +62,7 @@ FriendRequestToaster::FriendRequestToaster(const std::string &gpgId, const QStri
|
|||
void FriendRequestToaster::friendrequestButtonSlot()
|
||||
{
|
||||
ConnectFriendWizard *connectFriendWizard = new ConnectFriendWizard;
|
||||
connectFriendWizard->setAttribute(Qt::WA_DeleteOnClose, true);
|
||||
connectFriendWizard->setGpgId(mGpgId, true);
|
||||
connectFriendWizard->show();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue