Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
libksieve
Commits
77b4900b
Commit
77b4900b
authored
May 18, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new signal when currenttab changed
parent
42330225
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
src/ksieveui/editor/sieveeditortextmodewidget.cpp
src/ksieveui/editor/sieveeditortextmodewidget.cpp
+1
-0
src/ksieveui/editor/sieveeditortextmodewidget.h
src/ksieveui/editor/sieveeditortextmodewidget.h
+1
-0
No files found.
src/ksieveui/editor/sieveeditortextmodewidget.cpp
View file @
77b4900b
...
...
@@ -89,6 +89,7 @@ SieveEditorTextModeWidget::SieveEditorTextModeWidget(QWidget *parent)
textEditLayout
->
setMargin
(
0
);
mTabWidget
=
new
SieveEditorTabWidget
;
connect
(
mTabWidget
,
&
SieveEditorTabWidget
::
currentChanged
,
this
,
&
SieveEditorTextModeWidget
::
sieveEditorTabCurrentChanged
);
mTextToSpeechWidget
=
new
KPIMTextEdit
::
TextToSpeechWidget
(
this
);
textEditLayout
->
addWidget
(
mTextToSpeechWidget
);
...
...
src/ksieveui/editor/sieveeditortextmodewidget.h
View file @
77b4900b
...
...
@@ -106,6 +106,7 @@ Q_SIGNALS:
void
undoAvailable
(
bool
);
void
redoAvailable
(
bool
);
void
copyAvailable
(
bool
);
void
sieveEditorTabCurrentChanged
();
public
Q_SLOTS
:
void
slotShowGoToLine
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment