diff options
author | Matias Linares <matias.linares@comprandoengrupo.net> | 2024-10-29 18:12:20 -0300 |
---|---|---|
committer | Matias Linares <matias.linares@comprandoengrupo.net> | 2024-10-30 16:26:35 -0300 |
commit | d46b4e7470e3115df34fc96ba2f8e59974f713be (patch) | |
tree | 04de00684a353c969bbe52fb96d658d0144ccdbf /kodereviewer/qml/Editor.qml | |
parent | a88655cd202dc43a64a7107f6f533bd386079386 (diff) | |
download | kodereviewer-d46b4e7470e3115df34fc96ba2f8e59974f713be.tar.gz |
Split PullRequestPage into different ScrollablePages
Diffstat (limited to 'kodereviewer/qml/Editor.qml')
-rw-r--r-- | kodereviewer/qml/Editor.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kodereviewer/qml/Editor.qml b/kodereviewer/qml/Editor.qml index fdd1cbd..c261eeb 100644 --- a/kodereviewer/qml/Editor.qml +++ b/kodereviewer/qml/Editor.qml @@ -13,7 +13,7 @@ TextEdit { id: root - required property string file + property string file: '' signal commentClicked(string path, int startLine, int endLine) signal newComment(string path, int startLine, int endLine) |