diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-01-07 10:44:59 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-01-07 10:44:59 +0100 |
commit | 4b4c321397e0681f306eade889e0fab6dbbe94f5 (patch) | |
tree | befea6b86fc0cfb5df1fca770a45611e8c531e80 /src/timeline/InputBar.h | |
parent | Explicitly mention, if call support is enabled at build time (diff) | |
download | nheko-4b4c321397e0681f306eade889e0fab6dbbe94f5.tar.xz |
Allow inline replies from notifications on linux
Diffstat (limited to 'src/timeline/InputBar.h')
-rw-r--r-- | src/timeline/InputBar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeline/InputBar.h b/src/timeline/InputBar.h index 27aa4bc3..89ca34fe 100644 --- a/src/timeline/InputBar.h +++ b/src/timeline/InputBar.h @@ -42,6 +42,7 @@ public slots: void openFileSelection(); bool uploading() const { return uploading_; } void callButton(); + void message(QString body); QObject *completerFor(QString completerName); @@ -54,7 +55,6 @@ signals: void uploadingChanged(bool value); private: - void message(QString body); void emote(QString body); void command(QString name, QString args); void image(const QString &filename, |