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:
Christoph Wolk
2025-01-26 17:47:45 +01:00
parent ad7fd2b83e
commit cecf0c9438

View File

@@ -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