From 2452f5958272d50981ab89ff843d2fa715d33957 Mon Sep 17 00:00:00 2001 From: Zhao Yuhang <2546789017@qq.com> Date: ćšć, 14 12æ 2023 21:23:25 +0800 Subject: [PATCH] add macos titlebar --- examples/mainwindow/mainwindow.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/examples/mainwindow/mainwindow.cpp b/examples/mainwindow/mainwindow.cpp index 3566081..80a4c3a 100644 --- a/examples/mainwindow/mainwindow.cpp +++ b/examples/mainwindow/mainwindow.cpp @@ -107,7 +107,7 @@ void MainWindow::installWindowAgent() { auto agent = new QWK::WidgetWindowAgent(this); if (!agent->setup(this)) { - qFatal("Frameless handle failed to initialize."); + qFatal("QWK failed to initialize."); } auto menuBar = []() { -- Gitblit v1.9.1