Skip to content

Commit

Permalink
change the order of imports in Window.qml
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
  • Loading branch information
mgallien committed Sep 25, 2024
1 parent ca7c7cb commit c67456b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gui/tray/Window.qml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
* for more details.
*/

import QtQml
import QtQuick
import QtQuick.Window
import QtQuick.Controls
import QtQuick.Window
import QtQuick.Layouts
import Qt5Compat.GraphicalEffects
import Qt.labs.platform as NativeDialogs
Expand Down

0 comments on commit c67456b

Please sign in to comment.