diff options
| author | Brian Potchik <brian@vector35.com> | 2021-02-27 14:37:08 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2021-02-27 14:37:08 -0500 |
| commit | 41c617baa83557c053616694306053e5aa3d8ad4 (patch) | |
| tree | dd7099877d956a88c9a52ec5b42aef277a53b54f | |
| parent | 0344e6a8071d19cc66e5686ae572457a45873e4a (diff) | |
Use file contents lock popup to indicate lock is enabled upon change detection.
| -rw-r--r-- | ui/viewframe.h | 2 |
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(); |
