mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
Fixed crash when closing the settings dialog.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5605 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
29e44ddafa
commit
5726c1ec18
4 changed files with 38 additions and 36 deletions
|
@ -60,14 +60,6 @@ AppearancePage::AppearancePage(QWidget * parent, Qt::WFlags flags)
|
|||
#endif
|
||||
}
|
||||
|
||||
AppearancePage::~AppearancePage()
|
||||
{
|
||||
if (wasLoaded()) {
|
||||
/* reaload style sheet */
|
||||
Rshare::loadStyleSheet(Settings->getSheetName());
|
||||
}
|
||||
}
|
||||
|
||||
/** Saves the changes on this page */
|
||||
bool AppearancePage::save(QString &errmsg)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue