Disable use of Qt APIs deprecated in 5.15.0 and earlier versions (#4133)
This commit is contained in:
@@ -32,8 +32,7 @@ void NotificationPopup::updatePosition()
|
||||
{
|
||||
Location location = BottomRight;
|
||||
|
||||
QDesktopWidget *desktop = QApplication::desktop();
|
||||
const QRect rect = desktop->availableGeometry();
|
||||
const QRect rect = QGuiApplication::primaryScreen()->availableGeometry();
|
||||
|
||||
switch (location)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user