Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nvllsvm committed Apr 20, 2024
1 parent 199b324 commit dcbfd16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/InputLIRC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ void InputLIRC::read(int handle)

while ((input = socket->readLine()) != "")
{
QStringList cmdList = input.split(' ', QString::KeepEmptyParts);
QStringList cmdList = input.split(' ', Qt::KeepEmptyParts);
if (cmdList.size() == 4)
{
// grab the input data
Expand Down

0 comments on commit dcbfd16

Please sign in to comment.