Update launcher/Application.cpp with suggestion from scrumplex

Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
Signed-off-by: Tayou <tayou@gmx.net>
This commit is contained in:
Tayou
2023-01-04 14:30:25 +01:00
committed by Tayou
parent 6daa457838
commit 7d440402ad
3 changed files with 8 additions and 3 deletions

View File

@ -40,6 +40,11 @@ class ThemeManager {
void applyCurrentlySelectedTheme();
void setApplicationTheme(const QString& name);
/// <summary>
/// Returns the cat based on selected cat and with events (Birthday, XMas, etc.)
/// </summary>
/// <param name="catName">Optional, if you need a specific cat.</param>
/// <returns></returns>
static QString getCatImage(QString catName = "");
private: