forked from blue/squawk
separating chat from conversation in ui
This commit is contained in:
parent
828d14c908
commit
e2cc1bae2e
10 changed files with 150 additions and 65 deletions
|
@ -241,7 +241,7 @@ void Squawk::onRosterItemDoubleClicked(const QModelIndex& item)
|
|||
itr->second->setPalResource(res);
|
||||
}
|
||||
} else {
|
||||
Conversation* conv = new Conversation(contact);
|
||||
Chat* conv = new Chat(contact);
|
||||
|
||||
conv->setAttribute(Qt::WA_DeleteOnClose);
|
||||
connect(conv, SIGNAL(destroyed(QObject*)), this, SLOT(onConversationClosed(QObject*)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue