From 026159bc803248494ac72238d3d76c8f72e4b85a Mon Sep 17 00:00:00 2001 From: Papoteur Date: Tue, 21 May 2024 09:59:39 +0200 Subject: Remove Anjuta --- qml/AppList.qml | 1 - qml/img/anjuta.png | Bin 3606 -> 0 bytes 2 files changed, 1 deletion(-) delete mode 100644 qml/img/anjuta.png diff --git a/qml/AppList.qml b/qml/AppList.qml index 41b0299..72cdbaf 100644 --- a/qml/AppList.qml +++ b/qml/AppList.qml @@ -40,7 +40,6 @@ ListModel { 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";} - ListElement { group: "programming";description: qsTr("IDE for C and C++"); title: "Anjuta";name: "anjuta";command: "anjuta";repo: "";icon: "img/anjuta.png";} ListElement { group: "programming";description: qsTr("IDE for free pascal"); title: "Lazarus";name: "lazarus";command: "lazarus";repo: "";icon: "img/lazarus.png";} ListElement { group: "system";description: qsTr("Sophisticated cd/dvd burning application"); title: "K3b";name: "k3b";command: "k3b";repo: "";icon: "img/k3b.png";} ListElement { group: "system";description: qsTr("Write ISO images on USB device"); title: "Isodumper";name: "isodumper";command: "isodumper";repo: "";icon: "img/isodumper.png";} diff --git a/qml/img/anjuta.png b/qml/img/anjuta.png deleted file mode 100644 index 18cc5cf..0000000 Binary files a/qml/img/anjuta.png and /dev/null differ -- cgit v1.2.1