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-desktop/BootSplash.h | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 lumina-desktop/BootSplash.h (limited to 'lumina-desktop/BootSplash.h') diff --git a/lumina-desktop/BootSplash.h b/lumina-desktop/BootSplash.h deleted file mode 100644 index f5bf97a8..00000000 --- a/lumina-desktop/BootSplash.h +++ /dev/null @@ -1,29 +0,0 @@ -#ifndef _LUMINA_DESKTOP_BOOT_SPLASHSCREEN_H -#define _LUMINA_DESKTOP_BOOT_SPLASHSCREEN_H - -#include -#include -#include -#include -#include -#include -#include - -namespace Ui{ - class BootSplash; -}; - -class BootSplash : public QWidget{ - Q_OBJECT -private: - Ui::BootSplash *ui; - -public: - BootSplash(); - ~BootSplash(){} - - void showScreen(QString loading); //update icon, text, and progress - void showText(QString txt); //will only update the text, not the icon/progress -}; - -#endif \ No newline at end of file -- cgit