mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
chore: remove unused NCToolTip
Was removed with fb17a4bf9e
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
This commit is contained in:
parent
dc89233965
commit
fd8c4e54d2
@ -49,7 +49,6 @@
|
||||
<file>src/gui/tray/EncryptionTokenDiscoveryDialog.qml</file>
|
||||
<file>src/gui/tray/NCBusyIndicator.qml</file>
|
||||
<file>src/gui/tray/NCIconWithBackgroundImage.qml</file>
|
||||
<file>src/gui/tray/NCToolTip.qml</file>
|
||||
<file>src/gui/tray/NCProgressBar.qml</file>
|
||||
<file>src/gui/tray/EnforcedPlainTextLabel.qml</file>
|
||||
<file>theme/Style/Style.qml</file>
|
||||
|
||||
@ -1,20 +0,0 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
*/
|
||||
|
||||
import QtQml
|
||||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
|
||||
import Style
|
||||
|
||||
ToolTip {
|
||||
id: toolTip
|
||||
clip: true
|
||||
delay: Qt.styleHints.mousePressAndHoldInterval
|
||||
contentItem: EnforcedPlainTextLabel {
|
||||
text: toolTip.text
|
||||
wrapMode: Text.Wrap
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user