diff options
author | Papoteur <papoteur@mageia.org> | 2024-05-21 09:59:39 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2024-05-21 10:02:42 +0200 |
commit | 026159bc803248494ac72238d3d76c8f72e4b85a (patch) | |
tree | b32d14e1fa01deef49a2221378bee92a21de398f /qml | |
parent | 3bee8f54186d89aecaa9d7e4139cf06daf89b072 (diff) | |
download | mageiawelcome-026159bc803248494ac72238d3d76c8f72e4b85a.tar mageiawelcome-026159bc803248494ac72238d3d76c8f72e4b85a.tar.gz mageiawelcome-026159bc803248494ac72238d3d76c8f72e4b85a.tar.bz2 mageiawelcome-026159bc803248494ac72238d3d76c8f72e4b85a.tar.xz mageiawelcome-026159bc803248494ac72238d3d76c8f72e4b85a.zip |
Remove Anjuta
Diffstat (limited to 'qml')
-rw-r--r-- | qml/AppList.qml | 1 | ||||
-rw-r--r-- | qml/img/anjuta.png | bin | 3606 -> 0 bytes |
2 files changed, 0 insertions, 1 deletions
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 Binary files differdeleted file mode 100644 index 18cc5cf..0000000 --- a/qml/img/anjuta.png +++ /dev/null |