-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:
defnax 2008-01-18 23:18:21 +00:00
parent 1b42c9457e
commit da88c394f0
2 changed files with 6 additions and 7 deletions

View file

@ -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());