summaryrefslogtreecommitdiff
path: root/ui/viewframe.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2021-02-02 19:23:51 -0500
committerBrian Potchik <brian@vector35.com>2021-02-02 19:23:51 -0500
commit38b760d88dcb0c16553fbba4f02f4cb7e9ec2d61 (patch)
tree83b602b3fccfc51158721e79e1a65e5abf7d367d /ui/viewframe.h
parente62e6826f1ef0f5476c54e42019842af26f7e223 (diff)
Disable file contents lock by default for new file/binary actions.
Diffstat (limited to 'ui/viewframe.h')
-rw-r--r--ui/viewframe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/viewframe.h b/ui/viewframe.h
index 0ce65c3d..91303cad 100644
--- a/ui/viewframe.h
+++ b/ui/viewframe.h
@@ -255,7 +255,7 @@ public:
FileContext* getFileContext() const { return m_context; }
bool areFileContentsLocked() { return m_fileContentsLock; }
- void setFileContentsLocked(bool enable) { m_fileContentsLock = enable; }
+ void setFileContentsLocked(bool enable);
QWidget* getFileContentsLockStatus();
DockHandler* getDockHandler() const { return m_docks; }