summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-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();