mirror of
https://github.com/YACReader/yacreader
synced 2026-03-01 10:22:58 -05:00
Add a struct for the cases where we need to specify a icon size explicitly
This commit is contained in:
12
common/themes/yacreader_icon.h
Normal file
12
common/themes/yacreader_icon.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef YACREADER_ICON_H
|
||||
#define YACREADER_ICON_H
|
||||
|
||||
#include <QIcon>
|
||||
#include <QSize>
|
||||
|
||||
struct YACReaderIcon {
|
||||
QIcon icon;
|
||||
QSize size;
|
||||
};
|
||||
|
||||
#endif // YACREADER_ICON_H
|
||||
Reference in New Issue
Block a user