Skip to content

Commit 84947b8

Browse files
committed
add qdbug.h includes
1 parent c3a883d commit 84947b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/wayland/input_method/c_helpers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "c_helpers.hpp"
22

3-
#include <qlogging.h>
3+
#include <qdebug.h>
44

55
namespace qs::wayland::input_method::impl {
66

src/wayland/input_method/input_method.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "input_method.hpp"
22

3-
#include <qlogging.h>
3+
#include <qdebug.h>
44
#include <qtmetamacros.h>
55
#include <wayland-input-method-unstable-v2-client-protocol.h>
66

0 commit comments

Comments
 (0)