Fixed compiler/lupdate/uic warnings.

Add missing Q_OBJECTS where tr() was used.
This commit is contained in:
Friedemann Kleint
2009-07-29 09:11:37 +02:00
parent 5852305061
commit 61123092ab
11 changed files with 12 additions and 17 deletions

View File

@@ -37,6 +37,7 @@ namespace Internal {
class CloneWizard : public VCSBase::BaseCheckoutWizard
{
Q_OBJECT
public:
explicit CloneWizard(QObject *parent = 0);