aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols/filesystemexplorer/FileSystemModule/Main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols/filesystemexplorer/FileSystemModule/Main.qml')
-rw-r--r--examples/quickcontrols/filesystemexplorer/FileSystemModule/Main.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/quickcontrols/filesystemexplorer/FileSystemModule/Main.qml b/examples/quickcontrols/filesystemexplorer/FileSystemModule/Main.qml
index 7f7798ed8..36f2ac3b2 100644
--- a/examples/quickcontrols/filesystemexplorer/FileSystemModule/Main.qml
+++ b/examples/quickcontrols/filesystemexplorer/FileSystemModule/Main.qml
@@ -1,6 +1,5 @@
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
-
import QtQuick
import QtQuick.Controls.Basic
import QtQuick.Layouts
@@ -22,7 +21,7 @@ ApplicationWindow {
visible: true
color: Colors.background
flags: Qt.Window | Qt.FramelessWindowHint
- title: qsTr("File System Explorer Example")
+ title: qsTr("File System Explorer")
function getInfoText() : string {
let out = root.currentFilePath