Forgot some cleanup
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* LmmsPalette.h - dummy class for fetching palette qproperties from CSS
|
||||
* LmmsPalette.cpp - dummy class for fetching palette qproperties from CSS
|
||||
*
|
||||
*
|
||||
* Copyright (c) 2007-2014 Vesa Kivimäki <contact/dot/diizy/at/nbl/dot/fi>
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
#include <QtGui/QPainter>
|
||||
#include <QtGui/QPixmapCache>
|
||||
#include <QtGui/QStyleOption>
|
||||
#include <QWidget>
|
||||
|
||||
#include "LmmsStyle.h"
|
||||
#include "LmmsPalette.h"
|
||||
@@ -204,7 +203,6 @@ LmmsStyle::LmmsStyle() :
|
||||
file.open( QIODevice::ReadOnly );
|
||||
qApp->setStyleSheet( file.readAll() );
|
||||
|
||||
//qApp->setPalette( standardPalette() );
|
||||
if( s_palette != NULL ) { qApp->setPalette( *s_palette ); }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user