mirror of
https://github.com/YACReader/yacreader
synced 2026-03-02 02:43:04 -05:00
12 lines
205 B
C
12 lines
205 B
C
#ifndef HELP_ABOUT_DIALOG_THEME_H
|
|
#define HELP_ABOUT_DIALOG_THEME_H
|
|
|
|
#include <QColor>
|
|
|
|
struct HelpAboutDialogTheme {
|
|
QColor headingColor;
|
|
QColor linkColor;
|
|
};
|
|
|
|
#endif // HELP_ABOUT_DIALOG_THEME_H
|