···11cmake_minimum_required(VERSION 3.24)
2233-project(pocb VERSION 0.1.0 LANGUAGES CXX OBJCXX)
33+project(pocb VERSION 0.1.1 LANGUAGES CXX OBJCXX)
4455set(CMAKE_CXX_STANDARD 20)
66set(CMAKE_CXX_STANDARD_REQUIRED ON)
···6161// the text field that spawned them.
6262void preventWindowActivation(QWidget *window);
63636464-// Ask AppKit to keep the mouse pointer visible after typing. This counters
6565-// macOS hiding the pointer while a non-activating suggestion popup is being
6666-// repositioned under a focused text field.
6767-void keepMouseCursorVisible();
6868-6964// Make the NSWindow's titlebar transparent and hide its title text, so the
7065// behind-window vibrancy reads through the titlebar area as well. The
7166// content view is expanded to full size so Qt widgets can paint into the