summaryrefslogtreecommitdiffstats
path: root/qml/AppList.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/AppList.qml')
-rw-r--r--qml/AppList.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/qml/AppList.qml b/qml/AppList.qml
index 3dff5d0..4dbb72c 100644
--- a/qml/AppList.qml
+++ b/qml/AppList.qml
@@ -37,7 +37,6 @@ ListModel {
ListElement { group: "audio";description: qsTr("Audio Player similar to Winamp"); title: "Qmmp";name: "qmmp";command: "qmmp";repo: "";icon: "img/qmmp.png";}
ListElement { group: "audio";description: qsTr("Modern music player and library organizer"); title: "Clementine";name: "clementine";command: "clementine";repo: "";icon: "img/clementine.png";}
ListElement { group: "audio";description: qsTr("An audio file converter, CD ripper and replay gain tool"); title: "Soundkonverter";name: "soundkonverter";command: "soundkonverter";repo: "";icon: "img/soundkonverter.png";}
- ListElement { group: "programming";description: qsTr("Extensible tool platform and java IDE (64bits only)"); title: "Eclipse";name: "eclipse-platform";command: "eclipse";repo: "";icon: "img/eclipse.png";}
ListElement { group: "programming";description: qsTr("Scientific Python Development Environment​ "); title: "Spyder";name: "spyder";command: "spyder3";repo: "";icon: "img/spyder3.png";}
ListElement { group: "programming";description: qsTr("A C++ IDE"); title: "CodeBlocks";name: "codeblocks";command: "codeblocks";repo: "";icon: "img/codeblocks.png";}
ListElement { group: "programming";description: qsTr("Lightweight IDE for Qt"); title: "Qt Creator";name: "qt-creator";command: "qtcreator";repo: "";icon: "img/qt-creator.png";}