mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-21 00:23:56 +08:00
Fix implicit conversions from QByteArray
This commit is contained in:
@@ -537,9 +537,9 @@ void MainWindow::initHook() {
|
||||
G_BUS_TYPE_SESSION,
|
||||
G_DBUS_PROXY_FLAGS_NONE,
|
||||
nullptr,
|
||||
kSNIWatcherService.utf8(),
|
||||
kSNIWatcherObjectPath.utf8(),
|
||||
kSNIWatcherInterface.utf8(),
|
||||
kSNIWatcherService.utf8().constData(),
|
||||
kSNIWatcherObjectPath.utf8().constData(),
|
||||
kSNIWatcherInterface.utf8().constData(),
|
||||
nullptr,
|
||||
nullptr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user