diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-31 22:56:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-31 22:56:07 +0100 |
commit | 7086b1e65ceab38c823542af2c652726d2ad1e09 (patch) | |
tree | 94843563751681d535478ab61e714a8023ac0b45 /launcher/Application.h | |
parent | c8adc4e356c4ff879bb720ecf5abb6e719e38818 (diff) | |
parent | f2d445d27b1052a038cd94a5c514cee807abd894 (diff) | |
download | PrismLauncher-7086b1e65ceab38c823542af2c652726d2ad1e09.tar.gz PrismLauncher-7086b1e65ceab38c823542af2c652726d2ad1e09.tar.bz2 PrismLauncher-7086b1e65ceab38c823542af2c652726d2ad1e09.zip |
Merge pull request #351 from Scrumplex/fix-trash
Diffstat (limited to 'launcher/Application.h')
-rw-r--r-- | launcher/Application.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/launcher/Application.h b/launcher/Application.h index c453cc28..8fa0ab10 100644 --- a/launcher/Application.h +++ b/launcher/Application.h @@ -116,8 +116,6 @@ public: QIcon getThemedIcon(const QString& name); - bool isFlatpak(); - void setIconTheme(const QString& name); std::vector<ITheme *> getValidApplicationThemes(); |