mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 19:12:28 -04:00
-fixed stylesheet loading.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@298 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
1b42c9457e
commit
da88c394f0
2 changed files with 6 additions and 7 deletions
|
@ -129,7 +129,9 @@ MainWindow::MainWindow(QWidget* parent, Qt::WFlags flags)
|
|||
ui.quitButton->setToolTip(tr("Quit"));
|
||||
//connect(ui.quitButton, SIGNAL(clicked()), qApp, SLOT(quit()));
|
||||
connect(ui.quitButton, SIGNAL(clicked()), this, SLOT(doQuit()));
|
||||
loadStyleSheet("Default");
|
||||
|
||||
/* load the StyleSheet*/
|
||||
loadStyleSheet(Rshare::stylesheet());
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue