mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 07:37:11 +02:00
Use nodiscard in WaylandIntegration
This commit is contained in:
parent
0b86feeeb5
commit
30d8894c30
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue