mirror of
https://invent.kde.org/network/kdeconnect-kde.git
synced 2025-12-12 20:35:55 +01:00
plugins/share: fix missing import
The configuration page for the Share plugin uses StandardPaths to default to the user's Downloads directory. StandardPaths is part of the QtCore module, but this module is not imported so the access fails and the default directory field is empty. This change adds QtCore to the imported modules.
This commit is contained in:
@@ -8,6 +8,7 @@ import QtQuick 2.15
|
||||
import QtQuick.Controls 2.15 as QQC2
|
||||
import QtQuick.Layouts 1.15
|
||||
import QtQuick.Dialogs
|
||||
import QtCore
|
||||
import org.kde.kirigami 2.20 as Kirigami
|
||||
import org.kde.kdeconnect 1.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user