Added enum that defines the UI themes supported by YACReaderLibrary.

This commit is contained in:
Luis Ángel San Martín 2017-04-24 21:49:21 +02:00
parent 83074a9382
commit 241f789727

View File

@ -92,6 +92,11 @@ static const QString YACReaderLibrarSubReadingListMimeDataFormat = "application/
//Text=0x05
};
enum LibraryUITheme
{
Light,
Dark
};
void addSperator(QWidget * w);
QAction * createSeparator();