Address some PR feedback.

- Better variable names
- Close a parenthesis in a comment
- Check equality against nullptr instead of 0
- Add comment to document method of clearing a QLayout
- Format some things
- Const correctness
- Remove a TODO in a comment
- Attempt at removing concatenation of string literal AZ_FUNCTION_SIGNATURE, which might not be a literal on every compiler/platform
This commit is contained in:
Yuriy Toporovskyy
2021-06-14 12:08:43 -04:00
parent 074c3107cd
commit 37f70fb47c
2 changed files with 28 additions and 18 deletions
+1 -1
View File
@@ -385,7 +385,7 @@ protected:
};
void ResetToViewSourceType(const ViewSourceType& viewSourType);
bool ShouldPreviewFullscreen();
bool ShouldPreviewFullscreen() const;
void StartFullscreenPreview();
void StopFullscreenPreview();