Add fitmode enum

This commit is contained in:
Felix Kauselmann
2015-09-14 09:39:50 +02:00
parent 18f936d303
commit 63f117c911

View File

@ -132,6 +132,14 @@ static const QString YACReaderLibrarSubReadingListMimeDataFormat = "application/
YLight,
YDark
};
enum FitMode{
ToWidth=0x01,
ToHeight=0x02,
FullRes=0x03,
FullPage=0x04//,
//Text=0x05
};
QString getSettingsPath();
void addSperator(QWidget * w);