summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilian Wolff <milian.wolff@kdab.com>2022-12-04 21:18:41 +0100
committerMilian Wolff <milian.wolff@kdab.com>2022-12-05 10:13:10 +0000
commit8347538dbc33304786509859d1a77a7bbe0eb634 (patch)
treebcfc7f8434c38489652b7733d03f3ac646ccbb61
parentbba344882d1244bcb745263e1280a918258b9e09 (diff)
Fix -Wclazy-missing-qobject-macro
Change-Id: Ib5047ea9e6f157c512b49111cf67956d0ca34c38 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
-rw-r--r--app/perfstdin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/perfstdin.h b/app/perfstdin.h
index afab1a1..a003f2a 100644
--- a/app/perfstdin.h
+++ b/app/perfstdin.h
@@ -25,6 +25,7 @@
class PerfStdin : public QIODevice
{
+ Q_OBJECT
public:
PerfStdin(QObject *parent = nullptr);
~PerfStdin();