diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-01-11 03:24:36 +0200 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-01-11 03:24:36 +0200 |
commit | 29cb3a4a93543c41b23ba429c4d04189c24d30fc (patch) | |
tree | 7f13fb19fa83beb23a74a48df3de4bfba268824d /indra/newview/llscriptfloater.h | |
parent | 28c705fd1cc704ebff91339f87671337bd8987b9 (diff) |
MAINT-6018 Open URL dialog spam
Added the ability to close all notifications from one owner at once
Diffstat (limited to 'indra/newview/llscriptfloater.h')
-rwxr-xr-x | indra/newview/llscriptfloater.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llscriptfloater.h b/indra/newview/llscriptfloater.h index 70451194b3..bb35526cf7 100755 --- a/indra/newview/llscriptfloater.h +++ b/indra/newview/llscriptfloater.h @@ -60,6 +60,11 @@ public: void onAddNotification(const LLUUID& notification_id); /** + * Removes all notifications by owner id. + */ + void removeAllNotificationsByOwner(const LLUUID& notification_id); + + /** * Removes notification. */ void removeNotification(const LLUUID& notification_id); |