Skip to content
Snippets Groups Projects
Commit 21999f2a authored by Edric Milaret's avatar Edric Milaret
Browse files

im: use full namespace for signal newTextMessage

Qt get confused by namespace if we don't specify it entirely

Change-Id: I20b731b452d5a421eca5d97613de94b97a9f054a
Tuleap: #242
parent fedf26a6
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ public:
static RecordingModel& instance();
Q_SIGNALS:
void newTextMessage(TextRecording* t, ContactMethod* cm);
void newTextMessage(::Media::TextRecording* t, ContactMethod* cm);
void unreadMessagesCountChanged(int unreadCount);
private:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment