mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
plasma: remove unused battermonitor applet import
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
f1f6ae7a3e
commit
efe25546a1
1 changed files with 0 additions and 3 deletions
|
@ -22,7 +22,6 @@ import QtQuick 1.1
|
|||
import org.kde.plasma.core 0.1 as PlasmaCore
|
||||
import org.kde.plasma.components 0.1 as Components
|
||||
import org.kde.qtextracomponents 0.1
|
||||
import org.kde.locale 0.1 as KLocale
|
||||
import "../code/logic.js" as Logic
|
||||
|
||||
Item {
|
||||
|
@ -40,8 +39,6 @@ Item {
|
|||
// UPower seems to set the Present property false when a device is added but not probed yet
|
||||
property bool isPresent: model["Plugged in"]
|
||||
|
||||
KLocale.Locale { id: locale }
|
||||
|
||||
function updateSelection() {
|
||||
var hasFocus = batteryList.activeFocus && batteryList.activeIndex == index;
|
||||
var containsMouse = mouseArea.containsMouse;
|
||||
|
|
Loading…
Add table
Reference in a new issue