mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 23:15:14 -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
|
||||
};
|
||||
|
||||
enum LibraryUITheme
|
||||
{
|
||||
Light,
|
||||
Dark
|
||||
};
|
||||
|
||||
void addSperator(QWidget * w);
|
||||
QAction * createSeparator();
|
||||
|
Reference in New Issue
Block a user