mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
merge current develop branch
This commit is contained in:
@ -375,6 +375,12 @@ public slots:
|
||||
void onAddComicsToLabel();
|
||||
void setToolbarTitle(const QModelIndex & modelIndex);
|
||||
void saveSelectedCoversTo();
|
||||
|
||||
private:
|
||||
//fullscreen mode in Windows for preventing this bug: QTBUG-41309 https://bugreports.qt.io/browse/QTBUG-41309
|
||||
Qt::WindowFlags previousWindowFlags;
|
||||
QPoint previousPos;
|
||||
QSize previousSize;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user