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