Make sure private header fields are initialized
This commit is contained in:
parent
214b2790ca
commit
069acf600c
@ -174,13 +174,13 @@ public:
|
||||
void updateFrameData(UpdateType updateType = UpdateFrameAndMargins);
|
||||
FrameData *lookupOrCreateMaskFrame(FrameData *frame, const QString &maskPrefix, const QString &maskRequestedPrefix);
|
||||
|
||||
Types::Location location;
|
||||
Types::Location location = Types::Floating;
|
||||
QString prefix;
|
||||
//sometimes the prefix we requested is not available, so prefix will be emoty
|
||||
//keep track of the requested one anyways, we'll try again when the theme changes
|
||||
QString requestedPrefix;
|
||||
|
||||
FrameSvg *q;
|
||||
FrameSvg * const q;
|
||||
|
||||
QPoint overlayPos;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user