Mercurial > hg > easaier-soundaccess
view widgets/EasaierStyle.h @ 259:6f798a3571b0
correct bug if available_as property is not present in the result
author | lbajardsilogic |
---|---|
date | Fri, 20 Jun 2008 07:28:43 +0000 |
parents | b3c3a5fa185f |
children |
line wrap: on
line source
#ifndef _EASAIER_STYLE_H_ #define _EASAIER_STYLE_H_ #include <QPlastiqueStyle> #include <QPalette> class EasaierStyle : public QPlastiqueStyle{ Q_OBJECT public: QPalette standardPalette() const; }; #endif