make bring to front static

This commit is contained in:
Patrick von Reth 2015-04-13 20:20:53 +02:00
parent a36bfead69
commit 24a8bcd287
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ public:
~Utils();
//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);
};