Fix build: there's no Q_OBJECT in this file anymore

It was removed by commit 85a02fe8aa.

gmake[3]: *** No rule to make target '.moc/release-shared/
mercurialclient.moc', needed by '.obj/release-shared/mercurialclient.o'.

Change-Id: I4ac1156702324f0fb814fffd156f7dccb1b45917
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Thiago Macieira
2018-12-11 21:11:55 -08:00
committed by Orgad Shaneh
parent 76262814b6
commit d807b5139b

View File

@@ -541,5 +541,3 @@ void MercurialClient::parsePullOutput(const QString &output)
} // namespace Internal
} // namespace Mercurial
#include "mercurialclient.moc"