parent
130e1b43fb
commit
01fd5e6b61
3 changed files with 14 additions and 3 deletions
|
|
@ -128,6 +128,13 @@ Nheko::logout() const
|
|||
ChatPage::instance()->initiateLogout();
|
||||
}
|
||||
|
||||
void
|
||||
Nheko::setTransientParent(QWindow *window, QWindow *parentWindow) const
|
||||
{
|
||||
if (window)
|
||||
window->setTransientParent(parentWindow);
|
||||
}
|
||||
|
||||
void
|
||||
Nheko::createRoom(QString name, QString topic, QString aliasLocalpart, bool isEncrypted, int preset)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue