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:
@@ -72,13 +72,13 @@ public:
|
|||||||
static QString propertyName( StateTag stateTag );
|
static QString propertyName( StateTag stateTag );
|
||||||
|
|
||||||
void applyToWidget( QWidget* widget ) const;
|
void applyToWidget( QWidget* widget ) const;
|
||||||
void refreshWidget( QWidget* widget ) const;
|
|
||||||
void setWidgetState( QWidget* widget, StateTag widgetState ) const;
|
void setWidgetState( QWidget* widget, StateTag widgetState ) const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
friend class RiuWidgetStyleSheetManager;
|
friend class RiuWidgetStyleSheetManager;
|
||||||
QString fullText( const QString& className, const QString& objectName ) const;
|
QString fullText( const QString& className, const QString& objectName ) const;
|
||||||
|
|
||||||
|
void refreshWidget( QWidget* widget ) const;
|
||||||
static QString buildStateString( StateTag stateTag );
|
static QString buildStateString( StateTag stateTag );
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|||||||
Reference in New Issue
Block a user