diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-27 10:57:27 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-02 10:10:19 -0400 |
| commit | c90a822444da5842a12786dc923b2a481850608f (patch) | |
| tree | e7960cf76472d41202636f0ae1a9b9b684bc44c6 /src/texteditor.h | |
| parent | 162fa30c3eb10db25f6ecc7bea84d38a2ab106a1 (diff) | |
added path to editor toolbar
moved url to top in nexus tab and made it readonly
Diffstat (limited to 'src/texteditor.h')
| -rw-r--r-- | src/texteditor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/texteditor.h b/src/texteditor.h index 798222a3..dc53f1c4 100644 --- a/src/texteditor.h +++ b/src/texteditor.h @@ -17,6 +17,7 @@ private: QAction* m_save; QAction* m_wordWrap; QAction* m_explore; + QLineEdit* m_path; void onTextModified(bool b); void onWordWrap(bool b); |
