aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-textedit/MainUI.h
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-11-30 10:03:29 -0500
committerGitHub <noreply@github.com>2017-11-30 10:03:29 -0500
commitf8e1ea29e9fb2da62609b3be247125ffd1e9f1da (patch)
tree15e4b6bd0abb5be9d8df8ace158f1200cb4b6359 /src-qt5/desktop-utils/lumina-textedit/MainUI.h
parentMake the poppler include path "poppler/qt5/<file.h>" rather than just the file. (diff)
parentAdd 'Show Toolbar' to textedit menu. (diff)
downloadlumina-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.h1
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();
bgstack15