Unbreak SDDM theme loading

In b7b25010aa the import line was changed
but nothing else was, causing errors in QML loading which ultimately
prevented SDDM from loading the theme.

BUG: 414252
CCMAIL: i@guoyunhe.me
wilder-5.18
Luca Beltrame 6 years ago
parent df49734ff9
commit 47c76ebc83
No known key found for this signature in database
GPG Key ID: 8DF631FD021DB0C5
  1. 2
      sddm-theme/Main.qml

@ -20,7 +20,7 @@
import QtQuick 2.8
import QtQuick.Layouts 1.1
import QtQuick.Controls 2.0 as QQC2
import QtQuick.Controls 2.0
import QtGraphicalEffects 1.0
import org.kde.plasma.core 2.0 as PlasmaCore

Loading…
Cancel
Save