FolderWizard: Add missing Q_OBJECT which prevent translations from working

This commit is contained in:
Olivier Goffart 2015-05-21 12:52:50 +02:00
parent c975954a9a
commit aebadfcda2

View File

@ -32,6 +32,7 @@ class SelectiveSyncTreeView;
class ownCloudInfo;
class FormatWarningsWizardPage : public QWizardPage {
Q_OBJECT
protected:
QString formatWarnings(const QStringList &warnings) const;
};