refactored setTitle to just be a normal AutoConnection signal
This commit is contained in:
@@ -28,7 +28,7 @@ wchar_t* ui_window_title(wchar_t* str)
|
||||
main_window->getTitle(title);
|
||||
str = title;
|
||||
} else {
|
||||
main_window->setTitle(str);
|
||||
emit main_window->setTitle(QString::fromWCharArray(str));
|
||||
}
|
||||
return str;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user