mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-26 07:22:12 +00: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