mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Make RiuWidgetStyleSheet::refreshWidget() private
This commit is contained in:
parent
4847f46840
commit
9f927e74f3
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user