aboutsummaryrefslogtreecommitdiff
path: root/src/corelib/style/mstylesheetselector_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/style/mstylesheetselector_p.h')
-rw-r--r--src/corelib/style/mstylesheetselector_p.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/corelib/style/mstylesheetselector_p.h b/src/corelib/style/mstylesheetselector_p.h
index ee04304c..0f41615d 100644
--- a/src/corelib/style/mstylesheetselector_p.h
+++ b/src/corelib/style/mstylesheetselector_p.h
@@ -27,23 +27,23 @@ class MStyleSheetSelectorPrivate
{
public:
//! Parent class name, represented by this selector.
- MUniqueStringCache::Index parentName;
+ QByteArray parentName;
//! Parent class object name, represented by this selector.
- MUniqueStringCache::Index parentObjectName;
+ QByteArray parentObjectName;
//! Object name, represented by this selector.
- MUniqueStringCache::Index objectName;
+ QByteArray objName;
//! Class name, represented by this selector.
- MUniqueStringCache::Index className;
+ QByteArray clName;
//! Type, represented by this selector.
- MUniqueStringCache::Index classType;
+ QByteArray clType;
//! Screen orientation type, represented by this selector.
MStyleSheetSelector::Orientation screenOrientation;
//! Object mode, represented by this selector.
- MUniqueStringCache::Index objectMode;
+ QByteArray objectMode;
//! Attribute list of this selector (ClassName#ObjectName.Orientation:Mode).
- MAttributeList attributes;
+ MAttributeList data;
//! Name of the css file where the selector was created.
- MUniqueStringCache::Index fileName;
+ QByteArray filename;
//! Flags indicating whether this is a special kind of selector.
MStyleSheetSelector::Flags flags;