aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/BootSplash.h
diff options
context:
space:
mode:
authorWeblate <noreply@weblate.org>2016-12-14 21:52:08 +0000
committerWeblate <noreply@weblate.org>2016-12-14 21:52:08 +0000
commitf274dd0526568b50e113baa85fcb26a87575eed9 (patch)
treecabcdb147e5dbf2cbe4c321c5ad59963c40c3e89 /src-qt5/core/lumina-desktop/BootSplash.h
parentTranslated using Weblate (lumina_CONFIG@sl (generated)) (diff)
parentMerge branch 'master' of github.com:trueos/lumina (diff)
downloadlumina-f274dd0526568b50e113baa85fcb26a87575eed9.tar.gz
lumina-f274dd0526568b50e113baa85fcb26a87575eed9.tar.bz2
lumina-f274dd0526568b50e113baa85fcb26a87575eed9.zip
Merge branch 'master' of github.com:trueos/lumina
Diffstat (limited to 'src-qt5/core/lumina-desktop/BootSplash.h')
-rw-r--r--src-qt5/core/lumina-desktop/BootSplash.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-desktop/BootSplash.h b/src-qt5/core/lumina-desktop/BootSplash.h
index f5bf97a8..f9812ff4 100644
--- a/src-qt5/core/lumina-desktop/BootSplash.h
+++ b/src-qt5/core/lumina-desktop/BootSplash.h
@@ -18,6 +18,8 @@ class BootSplash : public QWidget{
private:
Ui::BootSplash *ui;
+ void generateTipOfTheDay();
+
public:
BootSplash();
~BootSplash(){}
@@ -26,4 +28,4 @@ public:
void showText(QString txt); //will only update the text, not the icon/progress
};
-#endif \ No newline at end of file
+#endif
bgstack15