aboutsummaryrefslogtreecommitdiff
path: root/src/gui/conversation.h
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-05-29 17:32:37 +0000
committerdos-reis <gdr@axiomatics.org>2011-05-29 17:32:37 +0000
commit1224be2008ce7116ab0e7cc49aa99cabdf853bbf (patch)
tree94d9d1f3ed8a957978e31b1a30b03d1fbf2293b8 /src/gui/conversation.h
parent33d71198a65f2c45274a15408223113770d4042c (diff)
downloadopen-axiom-1224be2008ce7116ab0e7cc49aa99cabdf853bbf.tar.gz
more gui code tweaking
Diffstat (limited to 'src/gui/conversation.h')
-rw-r--r--src/gui/conversation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/conversation.h b/src/gui/conversation.h
index 374dda16..2a174e58 100644
--- a/src/gui/conversation.h
+++ b/src/gui/conversation.h
@@ -180,6 +180,8 @@ namespace OpenAxiom {
// Return the parent engine widget.
Debate* debate() const { return const_cast<Debate*>(&group); }
+ void submit_query(const QString&);
+
public slots:
// Return the topic following a given topic in this set of conversations
Exchange* next(Exchange*);