[Pkg-owncloud-commits] [owncloud-client] 80/175: FolderWizard: Add missing Q_OBJECT which prevent translations from working

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Aug 8 10:36:29 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 aebadfcda25b6f4cccba4587bc301e606f98586b
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Thu May 21 12:52:50 2015 +0200

    FolderWizard:  Add missing Q_OBJECT which prevent translations from working
---
 src/gui/folderwizard.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gui/folderwizard.h b/src/gui/folderwizard.h
index 06a3476..1431104 100644
--- a/src/gui/folderwizard.h
+++ b/src/gui/folderwizard.h
@@ -32,6 +32,7 @@ class SelectiveSyncTreeView;
 class ownCloudInfo;
 
 class FormatWarningsWizardPage : public QWizardPage {
+    Q_OBJECT
 protected:
     QString formatWarnings(const QStringList &warnings) 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