mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-10-07 13:46:05 +00:00
Use nodiscard in WaylandIntegration
This commit is contained in:
@@ -12,11 +12,11 @@ namespace internal {
|
||||
|
||||
class WaylandIntegration {
|
||||
public:
|
||||
static WaylandIntegration *Instance();
|
||||
[[nodiscard]] static WaylandIntegration *Instance();
|
||||
void waitForInterfaceAnnounce();
|
||||
bool supportsXdgDecoration();
|
||||
QString nativeHandle(QWindow *window);
|
||||
bool skipTaskbarSupported();
|
||||
[[nodiscard]] bool supportsXdgDecoration();
|
||||
[[nodiscard]] QString nativeHandle(QWindow *window);
|
||||
[[nodiscard]] bool skipTaskbarSupported();
|
||||
void skipTaskbar(QWindow *window, bool skip);
|
||||
void registerAppMenu(
|
||||
QWindow *window,
|
||||
|
Reference in New Issue
Block a user