[Pkg-owncloud-commits] [owncloud-client] 104/164: Theme: Return the correct version string from version()
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sun Mar 22 11:56:59 UTC 2015
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit d2848b9c26f36ac3dad8cb47f1fc87fd7dc795bd
Author: Klaas Freitag <freitag at owncloud.com>
Date: Thu Mar 5 17:09:54 2015 +0100
Theme: Return the correct version string from version()
---
src/libsync/theme.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libsync/theme.cpp b/src/libsync/theme.cpp
index 6de3572..6483e90 100644
--- a/src/libsync/theme.cpp
+++ b/src/libsync/theme.cpp
@@ -98,7 +98,7 @@ QString Theme::appName() const
QString Theme::version() const
{
- return QString::fromLocal8Bit( MIRALL_STRINGIFY( MIRALL_VERSION ));
+ return QString::fromLocal8Bit(MIRALL_VERSION_STRING);
}
#ifndef TOKEN_AUTH_ONLY
--
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