make bring to front static
This commit is contained in:
parent
a36bfead69
commit
24a8bcd287
|
@ -30,7 +30,7 @@ public:
|
||||||
~Utils();
|
~Utils();
|
||||||
|
|
||||||
//TODO: make Wid usable with the meta system and change signature.
|
//TODO: make Wid usable with the meta system and change signature.
|
||||||
Q_INVOKABLE void bringWindowToFront(qlonglong wid, bool focus);
|
Q_INVOKABLE static void bringWindowToFront(qlonglong wid, bool focus);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue