Skip to content

Commit

Permalink
Include QLocale header in misc.cpp
Browse files Browse the repository at this point in the history
While with Qt5 it's not really needed (included through a different
header presumably), for Qt6 we do need to include this explicitly.
  • Loading branch information
z3ntu committed Nov 10, 2024
1 parent 5bba51a commit 3ad886d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

#include <QCoreApplication>
#include <QDBusReply>
#include <QLocale>
#include <QRegularExpression>

namespace libopenrazer {
Expand Down

0 comments on commit 3ad886d

Please sign in to comment.