mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-03-04 13:27:50 +00:00
Use nodiscard in WaylandIntegration
This commit is contained in:
parent
0b86feeeb5
commit
30d8894c30
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user