NotificationBox: Convert options to enum class
This commit is contained in:
committed by
abdullahtahiriyo
parent
1e3b728f35
commit
6e3bdd8f2a
@@ -996,9 +996,9 @@ void NotificationArea::showInNotificationArea()
|
||||
getMainWindow(),
|
||||
pImp->notificationExpirationTime,
|
||||
pImp->minimumOnScreenTime,
|
||||
NotificationBox::OnlyIfReferenceActive |
|
||||
NotificationBox::RestrictAreaToReference |
|
||||
NotificationBox::HideIfReferenceWidgetDeactivated,
|
||||
NotificationBox::Options::OnlyIfReferenceActive |
|
||||
NotificationBox::Options::RestrictAreaToReference |
|
||||
NotificationBox::Options::HideIfReferenceWidgetDeactivated,
|
||||
pImp->notificationWidth);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user