summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2021-02-27 14:37:08 -0500
committerBrian Potchik <brian@vector35.com>2021-02-27 14:37:08 -0500
commit41c617baa83557c053616694306053e5aa3d8ad4 (patch)
treedd7099877d956a88c9a52ec5b42aef277a53b54f
parent0344e6a8071d19cc66e5686ae572457a45873e4a (diff)
Use file contents lock popup to indicate lock is enabled upon change detection.
-rw-r--r--ui/viewframe.h2
1 files changed, 1 insertions, 1 deletions
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();