mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Release the GIL while drawing the snake spinner
This commit is contained in:
parent
60b9cd1d8d
commit
c4afe06792
@ -57,4 +57,4 @@ protected:
|
|||||||
|
|
||||||
int load_style(QHash<int,QString> icon_map, int transient_scroller);
|
int load_style(QHash<int,QString> icon_map, int transient_scroller);
|
||||||
void set_no_activate_on_click(QWidget *widget);
|
void set_no_activate_on_click(QWidget *widget);
|
||||||
void draw_snake_spinner(QPainter &painter, QRect rect, int angle, const QColor & light, const QColor & dark);
|
void draw_snake_spinner(QPainter &painter, QRect rect, int angle, const QColor & light, const QColor & dark) /ReleaseGIL/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user