diff options
Diffstat (limited to 'Swift/QtUI/QtChatWindow.h')
-rw-r--r-- | Swift/QtUI/QtChatWindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/QtChatWindow.h b/Swift/QtUI/QtChatWindow.h index 80961f8..8a07de3 100644 --- a/Swift/QtUI/QtChatWindow.h +++ b/Swift/QtUI/QtChatWindow.h @@ -32,6 +32,7 @@ namespace Swift { void setSecurityLabelsError(); SecurityLabel getSelectedSecurityLabel(); void setName(const String& name); + void setInputEnabled(bool enabled); protected slots: void qAppFocusChanged(QWidget* old, QWidget* now); |