mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 15:35:03 -04:00
Added enum that defines the UI themes supported by YACReaderLibrary.
This commit is contained in:
@ -92,6 +92,11 @@ static const QString YACReaderLibrarSubReadingListMimeDataFormat = "application/
|
|||||||
//Text=0x05
|
//Text=0x05
|
||||||
};
|
};
|
||||||
|
|
||||||
|
enum LibraryUITheme
|
||||||
|
{
|
||||||
|
Light,
|
||||||
|
Dark
|
||||||
|
};
|
||||||
|
|
||||||
void addSperator(QWidget * w);
|
void addSperator(QWidget * w);
|
||||||
QAction * createSeparator();
|
QAction * createSeparator();
|
||||||
|
Reference in New Issue
Block a user