mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -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
|
//Text=0x05
|
||||||
};
|
};
|
||||||
|
|
||||||
|
enum LibraryUITheme
|
||||||
|
{
|
||||||
|
Light,
|
||||||
|
Dark
|
||||||
|
};
|
||||||
|
|
||||||
void addSperator(QWidget * w);
|
void addSperator(QWidget * w);
|
||||||
QAction * createSeparator();
|
QAction * createSeparator();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user