Misc bugfixes and cleanup

This commit is contained in:
Matt Keeter 2014-03-14 10:21:42 -04:00
parent 44fb4197ca
commit 1eaae882a0
3 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@ Window::Window(QWidget *parent) :
{
setWindowTitle("fstl");
QFile styleFile( ":/qt/style.qss" );
QFile styleFile(":/qt/style.qss");
styleFile.open( QFile::ReadOnly );
setStyleSheet(styleFile.readAll());