summaryrefslogtreecommitdiff
path: root/src/qcam/message_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qcam/message_handler.h')
-rw-r--r--src/qcam/message_handler.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/qcam/message_handler.h b/src/qcam/message_handler.h
deleted file mode 100644
index 56294d37..00000000
--- a/src/qcam/message_handler.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-or-later */
-/*
- * Copyright (C) 2020, Laurent Pinchart <laurent.pinchart@ideasonboard.com>
- *
- * message_handler.cpp - qcam - Log message handling
- */
-
-#pragma once
-
-#include <QtGlobal>
-
-class MessageHandler
-{
-public:
- MessageHandler(bool verbose);
-
-private:
- static void handleMessage(QtMsgType type,
- const QMessageLogContext &context,
- const QString &msg);
-
- static QtMessageHandler handler_;
- static bool verbose_;
-};