summary refs log tree commit diff
path: root/src/timeline/InputBar.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-01-07 10:44:59 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-01-07 10:44:59 +0100
commit4b4c321397e0681f306eade889e0fab6dbbe94f5 (patch)
treebefea6b86fc0cfb5df1fca770a45611e8c531e80 /src/timeline/InputBar.h
parentExplicitly mention, if call support is enabled at build time (diff)
downloadnheko-4b4c321397e0681f306eade889e0fab6dbbe94f5.tar.xz
Allow inline replies from notifications on linux
Diffstat (limited to 'src/timeline/InputBar.h')
-rw-r--r--src/timeline/InputBar.h2
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,