mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 03:11:59 +00:00
Initialize properly IconInfo struct
Spotted by coverity.
This commit is contained in:
parent
5366666c83
commit
b1efc5a48e
@ -269,9 +269,9 @@ struct IconInfo {
|
||||
/// Absolute path to icon file
|
||||
QString filepath;
|
||||
/// Swap the icon in RTL mode
|
||||
bool swap;
|
||||
bool swap = false;
|
||||
/// Invert the icon in dark mode
|
||||
bool invert;
|
||||
bool invert = false;
|
||||
};
|
||||
|
||||
/// \return the pixmap for the given path, name and extension.
|
||||
|
Loading…
Reference in New Issue
Block a user