summaryrefslogtreecommitdiffstats
path: root/src/gui/messageformview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/messageformview.h')
-rw-r--r--src/gui/messageformview.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/messageformview.h b/src/gui/messageformview.h
index 951cb51..64c62c3 100644
--- a/src/gui/messageformview.h
+++ b/src/gui/messageformview.h
@@ -26,6 +26,7 @@
class MessageFormView : public MessageForm, patterns::t_observer
{
+ Q_OBJECT
private:
bool _destructing; /**< Indicates if object is being destructed. */
public:
@@ -38,6 +39,12 @@ public:
virtual void subject_destroyed(void);
virtual void show(void);
+
+signals:
+ void update_signal();
+
+private slots:
+ void update_slot();
};
#endif