mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 00:42:14 -07:00
Linter
This commit is contained in:
parent
dbcbb96820
commit
99b24d6ab0
1 changed files with 3 additions and 2 deletions
|
|
@ -19,8 +19,9 @@ void Tab::showCardInfoPopup(const QPoint &pos, const QString &cardName, const QS
|
|||
}
|
||||
currentCardName = cardName;
|
||||
currentProviderId = providerId;
|
||||
infoPopup = new CardInfoDisplayWidget(
|
||||
cardName, providerId, nullptr, Qt::Widget | Qt::FramelessWindowHint | Qt::X11BypassWindowManagerHint | Qt::WindowStaysOnTopHint);
|
||||
infoPopup = new CardInfoDisplayWidget(cardName, providerId, nullptr,
|
||||
Qt::Widget | Qt::FramelessWindowHint | Qt::X11BypassWindowManagerHint |
|
||||
Qt::WindowStaysOnTopHint);
|
||||
infoPopup->setAttribute(Qt::WA_TransparentForMouseEvents);
|
||||
|
||||
auto screenRect = qApp->primaryScreen()->geometry();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue