mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Closed beta 10019001: style::color copy is denied, only const refs.
This commit is contained in:
@@ -238,7 +238,7 @@ private:
|
||||
void stopGif();
|
||||
|
||||
const style::icon *_docIcon = nullptr;
|
||||
style::color _docIconColor;
|
||||
const style::color *_docIconColor = nullptr;
|
||||
QString _docName, _docSize, _docExt;
|
||||
int _docNameWidth = 0, _docSizeWidth = 0, _docExtWidth = 0;
|
||||
QRect _docRect, _docIconRect;
|
||||
|
Reference in New Issue
Block a user