diff options
Diffstat (limited to 'indra/newview/llfloaternotificationstabbed.h')
-rw-r--r-- | indra/newview/llfloaternotificationstabbed.h | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/indra/newview/llfloaternotificationstabbed.h b/indra/newview/llfloaternotificationstabbed.h index 8dd20b18c4..4cdcce82c1 100644 --- a/indra/newview/llfloaternotificationstabbed.h +++ b/indra/newview/llfloaternotificationstabbed.h @@ -1,25 +1,25 @@ -/** +/** * @file llfloaternotificationstabbed.h - * @brief + * @brief * * $LicenseInfo:firstyear=2015&license=viewerlgpl$ * Second Life Viewer Source Code * Copyright (C) 2015, Linden Research, Inc. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; * version 2.1 of the License only. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * + * * Linden Research, Inc., 945 Battery Street, San Francisco, CA 94111 USA * $/LicenseInfo$ */ @@ -115,7 +115,7 @@ private: void reshapeWindow(); // pointer to a corresponding channel's instance - LLNotificationsUI::LLScreenChannel* mChannel; + LLNotificationsUI::LLScreenChannel* mChannel; /** * Reference to an appropriate Well chiclet to release "new message" state. EXT-3147 @@ -130,7 +130,7 @@ private: void onDelete(LLNotificationPtr notify) { mNotificationsTabbedWindow->removeItemByID(notify->getID(), notify->getName()); - } + } LLFloaterNotificationsTabbed* mNotificationsTabbedWindow; }; @@ -158,14 +158,14 @@ private: // ID of a toast loaded by user (by clicking notification well item) LLUUID mLoadedToastId; - LLNotificationListView* mGroupInviteMessageList; - LLNotificationListView* mGroupNoticeMessageList; - LLNotificationListView* mTransactionMessageList; - LLNotificationListView* mSystemMessageList; + LLNotificationListView* mGroupInviteMessageList; + LLNotificationListView* mGroupNoticeMessageList; + LLNotificationListView* mTransactionMessageList; + LLNotificationListView* mSystemMessageList; LLNotificationSeparator* mNotificationsSeparator; LLTabContainer* mNotificationsTabContainer; - LLButton* mDeleteAllBtn; - LLButton* mCollapseAllBtn; + LLButton* mDeleteAllBtn; + LLButton* mCollapseAllBtn; }; #endif // LL_FLOATERNOTIFICATIONSTABBED_H |