Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-10-26 18:49:10 +0300
committerHannah von Reth <vonreth@kde.org>2020-10-28 11:38:07 +0300
commit8fb364a913009acfcae5d3da02f95e2e5a3ef40b (patch)
tree256e988e38bb40ff32587b5cef05dd1d814a8d49 /src/gui/guiutility.h
parent2e8f660e2ade5b19a62286dddcc928cc707c08ed (diff)
Reintroduce a dark and a light theme
Diffstat (limited to 'src/gui/guiutility.h')
-rw-r--r--src/gui/guiutility.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/guiutility.h b/src/gui/guiutility.h
index 6e2c5f163..141556b3d 100644
--- a/src/gui/guiutility.h
+++ b/src/gui/guiutility.h
@@ -49,6 +49,8 @@ namespace Utility {
/** Translated text for "free up local space" (and unpinning the item) */
QString vfsFreeSpaceActionText();
+ QIcon getCoreIcon(const QString &icon_name);
+
} // namespace Utility
} // namespace OCC