From 16428dff7666a42730c5bdfec7c01a6e65221888 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Tue, 21 May 2024 10:01:24 +0200 Subject: Remove Codeblocks --- qml/AppList.qml | 1 - qml/img/codeblocks.png | Bin 3572 -> 0 bytes 2 files changed, 1 deletion(-) delete mode 100644 qml/img/codeblocks.png diff --git a/qml/AppList.qml b/qml/AppList.qml index 72cdbaf..f6bffb8 100644 --- a/qml/AppList.qml +++ b/qml/AppList.qml @@ -38,7 +38,6 @@ ListModel { 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("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 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";} diff --git a/qml/img/codeblocks.png b/qml/img/codeblocks.png deleted file mode 100644 index 8b575b3..0000000 Binary files a/qml/img/codeblocks.png and /dev/null differ -- cgit v1.2.1