summaryrefslogtreecommitdiffstats
path: root/tools/linguist/linguist/messageeditorwidgets.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/linguist/linguist/messageeditorwidgets.h')
-rw-r--r--tools/linguist/linguist/messageeditorwidgets.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/linguist/linguist/messageeditorwidgets.h b/tools/linguist/linguist/messageeditorwidgets.h
index 09566dccc5..fa65f3bfd3 100644
--- a/tools/linguist/linguist/messageeditorwidgets.h
+++ b/tools/linguist/linguist/messageeditorwidgets.h
@@ -115,12 +115,13 @@ public:
FormatTextEdit *getEditor() { return m_editor; }
signals:
- void textChanged();
+ void textChanged(QTextEdit *);
void selectionChanged(QTextEdit *);
void cursorPositionChanged();
private slots:
void slotSelectionChanged();
+ void slotTextChanged();
private:
QLabel *m_label;