Q_OBJECT macro is not necessary for ExternalCommand.

This commit is contained in:
Andrius Štikonas 2016-05-18 22:32:33 +01:00
parent 45654e5e83
commit 349b59574f
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ class Report;
*/
class LIBKPMCORE_EXPORT ExternalCommand : public QProcess
{
Q_OBJECT
Q_DISABLE_COPY(ExternalCommand)
public: