From 41c617baa83557c053616694306053e5aa3d8ad4 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Sat, 27 Feb 2021 14:37:08 -0500 Subject: Use file contents lock popup to indicate lock is enabled upon change detection. --- ui/viewframe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/viewframe.h b/ui/viewframe.h index 466051d3..07832b65 100644 --- a/ui/viewframe.h +++ b/ui/viewframe.h @@ -293,7 +293,7 @@ public: virtual ~ViewFrame(); FileContext* getFileContext() const { return m_context; } - bool areFileContentsLocked() { return m_fileContentsLock; } + bool areFileContentsLocked(bool showToolTip = false); void setFileContentsLocked(bool enable); QWidget* getFileContentsLockStatus(); -- cgit v1.3.1