diff options
Diffstat (limited to 'src/plugins/git/clonewizard.h')
-rw-r--r-- | src/plugins/git/clonewizard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/git/clonewizard.h b/src/plugins/git/clonewizard.h index 241be32d75..d3f7cd0ded 100644 --- a/src/plugins/git/clonewizard.h +++ b/src/plugins/git/clonewizard.h @@ -37,6 +37,7 @@ namespace Internal { class CloneWizard : public VCSBase::BaseCheckoutWizard { + Q_OBJECT public: explicit CloneWizard(QObject *parent = 0); |