Make RiuWidgetStyleSheet::refreshWidget() private

This commit is contained in:
Gaute Lindkvist 2019-10-30 12:00:19 +01:00
parent 4847f46840
commit 9f927e74f3

View File

@ -72,13 +72,13 @@ public:
static QString propertyName( StateTag stateTag );
void applyToWidget( QWidget* widget ) const;
void refreshWidget( QWidget* widget ) const;
void setWidgetState( QWidget* widget, StateTag widgetState ) const;
private:
friend class RiuWidgetStyleSheetManager;
QString fullText( const QString& className, const QString& objectName ) const;
void refreshWidget( QWidget* widget ) const;
static QString buildStateString( StateTag stateTag );
private: