diff options
author | Ken Moore <ken@ixsystems.com> | 2017-11-30 10:03:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-30 10:03:29 -0500 |
commit | f8e1ea29e9fb2da62609b3be247125ffd1e9f1da (patch) | |
tree | 15e4b6bd0abb5be9d8df8ace158f1200cb4b6359 /src-qt5/desktop-utils/lumina-textedit/MainUI.h | |
parent | Make the poppler include path "poppler/qt5/<file.h>" rather than just the file. (diff) | |
parent | Add 'Show Toolbar' to textedit menu. (diff) | |
download | lumina-f8e1ea29e9fb2da62609b3be247125ffd1e9f1da.tar.gz lumina-f8e1ea29e9fb2da62609b3be247125ffd1e9f1da.tar.bz2 lumina-f8e1ea29e9fb2da62609b3be247125ffd1e9f1da.zip |
Merge pull request #518 from ktullavik/lumina-textedit-ui
Add 'Show Toolbar' to textedit menu.
Diffstat (limited to 'src-qt5/desktop-utils/lumina-textedit/MainUI.h')
-rw-r--r-- | src-qt5/desktop-utils/lumina-textedit/MainUI.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-qt5/desktop-utils/lumina-textedit/MainUI.h b/src-qt5/desktop-utils/lumina-textedit/MainUI.h index 6e5d2d23..148974a0 100644 --- a/src-qt5/desktop-utils/lumina-textedit/MainUI.h +++ b/src-qt5/desktop-utils/lumina-textedit/MainUI.h @@ -60,6 +60,7 @@ private slots: //Other Menu Actions void UpdateHighlighting(QAction *act = 0); + void showToolbar(bool); void showLineNumbers(bool); void wrapLines(bool); void ModifyColors(); |