[Pkg-owncloud-commits] [owncloud-client] 04/38: ownCloud Theme: Implement appName() and appNameGUI().

Sandro Knauß hefee-guest at moszumanska.debian.org
Fri Sep 5 20:20:54 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch sid
in repository owncloud-client.

commit ff0ba56bc3e516e2ae3c5c367700dfc5d0a816d1
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Thu Jun 12 16:47:17 2014 +0200

    ownCloud Theme: Implement appName() and appNameGUI().
---
 src/mirall/owncloudtheme.cpp | 10 ++++++++++
 src/mirall/owncloudtheme.h   |  3 +++
 2 files changed, 13 insertions(+)

diff --git a/src/mirall/owncloudtheme.cpp b/src/mirall/owncloudtheme.cpp
index f73aa7c..24759cb 100644
--- a/src/mirall/owncloudtheme.cpp
+++ b/src/mirall/owncloudtheme.cpp
@@ -124,6 +124,16 @@ QPixmap ownCloudTheme::wizardHeaderLogo() const
 }
 #endif
 
+QString ownCloudTheme::appName() const
+{
+    return QLatin1String("owncloud");
+}
+
+QString ownCloudTheme::appNameGUI() const
+{
+    return QLatin1String("ownCloud");
+}
+
 
 }
 
diff --git a/src/mirall/owncloudtheme.h b/src/mirall/owncloudtheme.h
index df67361..af1c042 100644
--- a/src/mirall/owncloudtheme.h
+++ b/src/mirall/owncloudtheme.h
@@ -33,6 +33,9 @@ public:
     QIcon   trayFolderIcon( const QString& ) const;
     QIcon   folderDisabledIcon() const;
     QIcon   applicationIcon() const;
+    QString appName() const;
+    QString appNameGUI() const;
+
 
     QVariant customMedia(CustomMediaType type);
     QString helpUrl() const;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list