fixed comments

Signed-off-by: Guthrie Adams <guthadam@amazon.com>
This commit is contained in:
Guthrie Adams
2021-10-12 16:17:19 -05:00
parent f7e08d1c4b
commit 4f539b0eb7
@@ -39,13 +39,13 @@ namespace AzToolsFramework
//! Remove current thumbnail
void ClearThumbnail();
//! Display a clickble dropdown arrow next to the thumbnail
//! Display a clickable dropdown arrow next to the thumbnail
void ShowDropDownArrow(bool visible);
//! Override the thumbnail widget with a custom image
void SetCustomThumbnailEnabled(bool enabled);
//! Assign a custom image to dispsy in place of thumbnail
//! Assign a custom image to display in place of thumbnail
void SetCustomThumbnailPixmap(const QPixmap& pixmap);
Q_SIGNALS: