From 1b68f71348ecf3983b76b40d7940da8377f049b7 Mon Sep 17 00:00:00 2001 From: Andrey Lihatskiy Date: Mon, 29 Apr 2024 07:43:28 +0300 Subject: #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed --- indra/newview/llinventorygallery.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'indra/newview/llinventorygallery.h') diff --git a/indra/newview/llinventorygallery.h b/indra/newview/llinventorygallery.h index 0c52e7b713..51444d24b0 100644 --- a/indra/newview/llinventorygallery.h +++ b/indra/newview/llinventorygallery.h @@ -152,11 +152,11 @@ public: LLInventoryGalleryItem* getFirstSelectedItem(); // Copy & paste (LLEditMenuHandler) - void copy() override; - BOOL canCopy() const override; + void copy() override; + BOOL canCopy() const override; - void cut() override; - BOOL canCut() const override; + void cut() override; + BOOL canCut() const override; void paste() override; BOOL canPaste() const override; @@ -336,7 +336,7 @@ public: std::string getItemName() {return mItemName;} std::string getItemNameSuffix() {return mPermSuffix + mWornSuffix;} bool isDefaultImage() {return mDefaultImage;} - + bool isHidden() {return mHidden;} void setHidden(bool hidden) {mHidden = hidden;} @@ -350,7 +350,7 @@ public: EInventorySortGroup getSortGroup() { return mSortGroup; } void updateNameText(); - + private: bool isFadeItem(); -- cgit v1.3