From ed5ecf7ea7a482b4649e66ecb35fbc60af680684 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Mon, 25 Apr 2016 13:08:12 -0400 Subject: Rearrange the Lumina source tree quite a bit: Now the utilites are arranged by category (core, core-utils, desktop-utils), so all the -utils may be excluded by a package system (or turned into separate packages) as needed. --- lumina-search/Worker.cpp | 111 ----------------------------------------------- 1 file changed, 111 deletions(-) delete mode 100644 lumina-search/Worker.cpp (limited to 'lumina-search/Worker.cpp') diff --git a/lumina-search/Worker.cpp b/lumina-search/Worker.cpp deleted file mode 100644 index b414a72f..00000000 --- a/lumina-search/Worker.cpp +++ /dev/null @@ -1,111 +0,0 @@ -#include "Worker.h" - -#include -#include -#include - -Worker::Worker(QObject *parent) : QObject(parent){ - //Get the list of all applications and save them in an easily-searchable form - QList apps = LXDG::systemDesktopFiles(); - for(int i=0; i